Home Forums WoodMart support forum HIDE UNCATEGORIZED CATEGORY

HIDE UNCATEGORIZED CATEGORY

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

    Mandinga
    Participant

    Hi, how can I hide the Uncategorized tag?

    Before I had it hidden but after an update of the template it appeared again …

    It’s urgent, thank you.

    Attachments:
    You must be logged in to view attached files.
    #287854

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav-product-cat li.cat-item.cat-item-15 {
        display: none;
    }

    Regards.
    Xtemos Studios

    #287928

    Mandinga
    Participant

    Thanks, I remember doing it without applying any code before … I think there is a function in some lake, don’t you remember it? or is it something that changed with some update.

    In fact before it was not seen …

    #287970

    Hello,

    The default category was set to be hidden in the previous version of the Theme. Now in the new update the classes are changed and the category is displayed on the shop title.

    That’s why I provided you Custom CSS to hide it.

    Regards.
    Xtemos Studios

Viewing 4 posts - 1 through 4 (of 4 total)