[Resolved] Remove head title in category page

Home Forums Support [Resolved] Remove head title in category page

Home Forums Support Remove head title in category page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #69345
    Philippe

    Hello Tom,

    I would like to remove head title in category page.

    I Have tested a code in .css with :

    .cat=18 .entry-title {
    display: none !important;
    }

    and

    .category .pagetitle {
          display: none;
    }

    but neither of them work.

    Have you a idea ?

    Tanks by advence

    #69405
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    For specific category:

    .category-xx .page-header {
          display: none;
    }

    For all category pages:

    .category .page-header {
          display: none;
    }

    Hope this helps πŸ™‚

    #69441
    Philippe

    Tank you so much Tom, you are the best πŸ™‚

    #69529
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! πŸ™‚

    #137221
    Ted van Vliet

    Where should i put that code?

    i put it in the css but not sure it is right…

    Ted

    http://www.walterdelange.nl/wdl-site/

    #137291
    Tom
    Lead Developer
    Lead Developer

    This should help: https://generatepress.com/knowledgebase/adding-css/

    Let me know πŸ™‚

    #137308
    Ted van Vliet

    I did try that with no result

    .category .page-header {
    display: none;
    }

    not sure if my main page is in a category

    http://www.walterdelange.nl/wdl-site/

    #137310
    Ted van Vliet

    Resolved!

    Checked the option in WP to not show the header in the right side of the UI

    #137346
    Tom
    Lead Developer
    Lead Developer

    Glad you got it to work! πŸ™‚

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