Light text color scheme for the menu items and the underlining color
-
In the header settings, I have the text color scheme as Light and I have the menu items as underlined when hover and activated. I want it to use the Primary Color as the underline color for the menu items, how do I do that? It only uses the primary color as the underline color in the Dark text color scheme. I want it to use the primary color in the underlining of the menu items in the light text color scheme. Thank you in advance.
Hello,
I have visited the URL you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.whb-color-light .navigation-style-underline .item-level-0>a .nav-link-text:after {
background-color: #d7b183;
}
Regard’s.
Xtemos Studio.