• Resolved laily92

    (@laily92)


    Hello.
    I have created menu with categories (because I want “pages” with posts).
    Problem is that I want to hide category name, which display on top of page.
    I have tried to hide it with help of CSS, putting codes which found in internet, but nothing helped. I have 4 categories like this which names I would like to hide.
    Probably that’s not hard and I hope that someone could help me.
    If needed that’s how categories showing looks like http://www.myreldiary.com/category/free-time

Viewing 2 replies - 1 through 2 (of 2 total)
  • generally, you could try to hide the category title by adding some CSS via the ‘customize – additional CSS’ feature of wp4.7:

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

    for details, and possibly other solutions, please ask in your theme’s forum at https://wordpress.org/support/theme/panoramic

    Thread Starter laily92

    (@laily92)

    Thank you, Michael, it worked.
    And thanks for the advice, if needed I will look in a link you posted.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to hide category name’ is closed to new replies.