• Resolved Amber Pittman

    (@wanderlustconqueror)


    Hi there!

    I’m using categories in my main menu. Anyway, when anyone clicks on the links (like Travel Destinations), they see this massive description I wrote for the category before they see the actual posts. What’s the best way to hide the description? I’m not very tech savvy, so don’t feel bad for explaining it like I’m 5 years old lol. Thanks for any help you can offer!

    Amber

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    The easiest way would be to go to Posts > Categories, edit that category and remove that description.

    If you wish to keep the descriptions, but hide them on the categories pages, then you can use the following custom CSS.

    .taxonomy-description {
    	display: none;
    }
    Thread Starter Amber Pittman

    (@wanderlustconqueror)

    @sacredpath,

    Thank you so much! Adding that code worked perfectly! You are such a great help on the Pique theme support! ??

    Amber

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Thanks and you are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Hide the Category Information’ is closed to new replies.