Header text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3863
    ten12design
    Member

    I am wondering how I can hide the text in the header section where is says Calendar? I would just like to show an image.

    #3879
    Raghavendra
    Moderator

    You can do so by entering Custom HTML in the Custom Header settings in the page edit window. Or if you want to just keep it simple, just hide it this way with Custom CSS in Custom CSS tab of options panel –

    .page-id-3581 #before-content-area-wrap { display: none; }
    
    #3885
    ten12design
    Member

    Actually just looking to hide the text not the image.

    #3898
    Raghavendra
    Moderator

    Then you can just do this –

    .page-id-3581 #before-content-area-wrap h1 { display: none; }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.