Site logo

Archived topic

Hide a Category OR make one category link to a specific URL in Page Hero Element

5 replies · Started by Ryan on September 27, 2022

Viewing posts 1–6 of 6

Hi, I have a blog page hero element which shows categories. However, for one of the categories, I want it to either link to a specific url OR just hide it from the category choices. Is this possible?

Right now it shows two categories, "Beginner Guides" and "Tier List" I'd like Tier list to go to a specific URL such as /tier-list/ OR just hide it instead of showing ONLY tier list articles.

Hi Ryan,

Try adding this in Appearance > Customize > Additional CSS:

.category-filter li.cat-item.cat-item-11 {
    display: none;
}

This will hide that category link.

thank you Fernando!

You're welcome Ryan!

nevermind, issue resolved

Glad you resolved the issue!

This archived topic is closed to new replies.