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

#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