Home Forums WoodMart support forum hide woodmart-nav-link

hide woodmart-nav-link

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

    goldenfishge
    Participant

    hello
    how to hide woodmart-nav-link if there is no more categories in category menu?

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

    Hello,

    I saw the screenshot you attached.

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

    li.menu-item.item-level-0.wd-more-cat-btn {
        display: none;
    }

    Best Regards

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