Hi,
I would like to change the colour of the line that appear in the menu Navbar, when I put the mousse over them. At this moment is white, therefore it does not appear, and I would like it to be black. How can I do?
Thanks,
Marina.
Hi,
I would like to change the colour of the line that appear in the menu Navbar, when I put the mousse over them. At this moment is white, therefore it does not appear, and I would like it to be black. How can I do?
Thanks,
Marina.
Hi Marina,
Thank you for reaching out to us. To change the hover color, please add the following code in the Theme Options > CSS:
.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
box-shadow: 0 2px 0 0 rgba(1, 1, 1, 0.99);
}
Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.