News + Gallery Title Header Issues

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support News + Gallery Title Header Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15170

    Hi

    I would like to remove the “Title Header” for both the News and Gallery pages when a category has been selected.

    Within the “Advanced Entry Options” of each page I have clicked the checkbox entitled “Remove Title Header” as normal which works perfectly when the page first loads…but as soon as one of the categories is clicked the header appears again.

    Please, can you let me know how to ensure this Title Header does not appear when a category is clicked for either the News or Gallery pages.

    http://snaresbrook.wpengine.com

    #15173
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .tax-news_category #title-area {
      display: none;
    }
    .tax-gallery_category #title-area {
      display: none;
    }
    
    #16904

    Hi thanks for your reply.
    Sorry for my delayed response.

    The above worked great except for when I click on the “All” category the header still shows. Is there some custom CSS to ensure that the header is hidden here too?

    Page:
    http://snaresbrookprep.org/archives/news

    #16921
    Veena
    Moderator

    For this page “Remove Title Header” in Advanced Entry Options should work. Can you pls try?
    Otherwise you can add the below custom CSS in themeoptions –

    .post-type-archive-news header#title-area {
        display: none;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.