Hello,
I have changed the color of my Navbar hover links. But the color underlining it is still the previous color. Where can I change it ?
Thank you for your help,
Hello,
I have changed the color of my Navbar hover links. But the color underlining it is still the previous color. Where can I change it ?
Thank you for your help,
Hi There,
That’s the box shadow of your navbar link. To change the color, please add this custom CSS under Theme Options > CSS:
.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > li.x-active > a {
box-shadow: 0 2px 0 0 rgb(200, 18, 4) !important;
}
Hope it helps 
Wonderful !
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.