How can I change the underline color of the main menu on the header.
-
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.
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