underline style in the mainmenu of homepage
-
Hi,
I want to change the underline color of the main menu of the homepage, what CSS code should I have to add?
color: #84b734
Margin-top:10px;
Width: 25px;
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-color-light .navigation-style-underline .item-level-0>a .nav-link-text:after,
body .navigation-style-underline .menu-mega-dropdown .color-scheme-light .nav-link-text:after {
background-color: red!important;
}
Please check your custom CSS, if you have the same code, remove it and remove !important from my code, set the color of the underline as per your needs.
Best Regards