Hello! How can I make a black underline appear on the words in our header menu upon hover? Thank you!
Hello Ashley,
Thanks for writing to us.
Regretfully there is no option for it at the moment I would suggest you add this custom CSS code under Theme Option —>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: 0 2px 0 0 #2196f3;
}
Please feel free to change the color code as per your design. 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
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.