Site logo

Archived topic

How to disable category names when using categories in primary menu

3 replies · Started by George on November 22, 2017

Viewing posts 1–4 of 4

I created a primary custom menu consisting of some actual pages and some categories. By default the content titles are showing when I click on a menu item. I know that I can disable the content title for individual pages. However I cannot figure out how to disable the category name on category pages. Is there a way to do this?
https://www.screencast.com/t/hlJHT5pNmPuA

Hi there,

Try this CSS:

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

Thanks, that worked!

No problem!

This archived topic is closed to new replies.