Home Forums WoodMart support forum Remove color category

Remove color category

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

    natmd
    Participant

    Hi, when I click on the nav menu the color stays and I don’t want that I just want the color with the mouse over it but nothing else, how can I remove it?

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

    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.

    .wd-nav[class*="wd-style-"]>li.current-menu-item>a, .wd-nav[class*="wd-style-"]>li.wd-active>a {
        color: black;
    }

    Best Regards

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