[Resolved] How to disable category names when using categories in primary menu

Home Forums Support [Resolved] How to disable category names when using categories in primary menu

Home Forums Support How to disable category names when using categories in primary menu

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

    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?
    disable category names

    #430698
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .category header.page-header {
        display: none;
    }
    #430714
    George

    Thanks, that worked!

    #430756
    Leo
    Staff
    Customer Support

    No problem!

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