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

Home Forums Support [Resolved] Hide a Category OR make one category link to a specific URL in Page Hero Element

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2354834
    Ryan

    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.

    #2354852
    Fernando
    Customer Support

    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.

    #2354897
    Ryan

    thank you Fernando!

    #2354916
    Fernando
    Customer Support

    You’re welcome Ryan!

    #2390757
    Ryan

    nevermind, issue resolved

    #2390762
    Fernando
    Customer Support

    Glad you resolved the issue!

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