Home Forums WoodMart support forum How can I change the underline color of the main menu on the header.

How can I change the underline color of the main menu on the header.

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

    almt11
    Participant

    On the header builder I tried to edit the main menu from default to underline. I then wanted to change the underline color, but couldn’t find where I could edit it. I have added an image where it shows the main menu with a green underline which I would like to change it to another color.

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

    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.wd-style-underline .nav-link-text:after {
        background-color: red;
    }

    Regards.
    Xtemos Studios

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