I need to remove the red underline and color change in the menu bar of x-theme:
Hello @windhover4,
Thanks for writing to us.
To remove the hover color and underline please add this custom CSS in the Theme Options —>CSS.
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: none;
color: #014c77;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Thank you!
Just as requested!
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.