Home Forums WoodMart support forum Uncategorized

Uncategorized

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #576322

    AT
    Participant

    Hi Support,

    When I enter the site’s Shop, it shows the “uncategorized” category.
    How can I remove it?

    Thanks a lot in advanced

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

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS

    li.cat-item.cat-item-20  {
        display: none !important;
    }

    Best Regards.

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