Site logo

Archived topic

hide category page title Dispatch

7 replies · Started by Femke on June 26, 2019

Viewing posts 1–8 of 8

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;
}

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.

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?

Add this CSS:

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

this is also not working

That CSS should work.

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

Thanks :)

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.

This archived topic is closed to new replies.