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.
June 10, 2021 at 7:40 am
#298813
Aizaz Imtiaz Awan
Keymaster
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