Home Forums WoodMart support forum new invisible categorie

new invisible categorie

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

    Lisawi
    Participant

    Hi, I’ve created a new categorie ‘coming home’ to link from an image on the index page to special products in that categorie.
    But I don’t want tham to be shown in the menu…

    I did not choose setting to add new cathegorie to teh menu but is there…

    So how can I make that categorie invisble?

    Greetings,
    Lisa

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

    Hello,

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

    li.cat-item.cat-item-253 {
        display: none;
    }

    Regards.
    Xtemos Studios.

    #326797

    Lisawi
    Participant

    Thanks. The current categorie disappears. But whan creating other categorie I also do not want to show they are in the menu again….

    #326818

    Hello,

    For the new category Please try adding the following Custom CSS for that.

    li.cat-item.cat-item-254 {
        display: none;
    }

    Regards.
    Xtemos Studios.

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