Removing Date Box on Blog Posts featured on Homepage – Charity Pro Theme

Home Forums All Other Themes Removing Date Box on Blog Posts featured on Homepage – Charity Pro Theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #120872
    erin3erin3
    Participant
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: August 24, 2018

    I’m trying to remove the date boxes on my blog posts that are featured on the homepage. These are being used to promote upcoming events; however, they cannot be published without a former date. My website is aihc-wa.com.

    Thanks in advance!

    #120893
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30622
    • Total: 30622
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .date-news { display:none;}

    Regards,
    Chris

    #120943
    erin3erin3
    Participant
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: August 24, 2018

    It worked perfectly! Thank you so much!

    Would you have any insight on how to make my sidebar collapsible for submenu items? An example would be on the right side of this page: https://aihc-wa.com/about/

    #120984
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30622
    • Total: 30622
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .bellows .bellows-nav .bellows-target { padding:5px 20px;}
    .page-id-2 #sidebar ul li { background-position:15px 19px !important;}
    .bellows .bellows-nav .bellows-submenu .bellows-target { padding-top:3px !important; padding-bottom:3px !important;}

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.