[Support request] hide category page title Dispatch

Home Forums Support [Support request] hide category page title Dispatch

Home Forums Support hide category page title Dispatch

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #941691
    Femke

    Hi,

    I use the Dispatch template and it seems like the title on category pages is set to white with a large padding below. I would like to hide this title on the category pages. I have tried it with the code that is mentioned in an other topic on here but it doesnt work.

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

    #941856
    David
    Staff
    Customer Support

    Hi there,

    you have a header element assigned to the categories or entire site. Remove that from categories first. Then use the Layout element to disable the Title on categories.

    #941945
    Femke

    ok, i just excluded categories from the header element. And added a new layout element to disable the title on categories but nothing is changing.. only that the title now is black instead of white..What am I doing wrong?

    #941958
    David
    Staff
    Customer Support

    Add this CSS:

    .archive .page-header {
        display: none;
    }
    #942051
    Femke

    this is also not working

    #942056
    Leo
    Staff
    Customer Support

    That CSS should work.

    Can you link us to the page in question with the CSS applied?

    Thanks 🙂

    #942066
    Femke

    if you click on any category in the navigation menu, home surf lifestyle etc then you will see that there is a title showing. I have pasted the above css in the customizer extra css. but the title is still here.

    #942108
    Leo
    Staff
    Customer Support

    Hmm you didn’t provide a link to your site though?

    Are you talking about the Time Saving title?
    https://gpsites.co/dispatch/category/time-saving/

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