On my main menu I would like an underline that appears when you hover over each item. I would like the underline to be directly beneath the word and the same width as the word. Thanks!
Hey kieranvyas,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header .av-main-nav > li > a:hover > .avia-menu-text {
text-decoration: underline;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Is it possible to move the underline down slightly?
Hi,
refer to: http://stackoverflow.com/questions/9586596/control-underline-position-on-text-decoration-underline
Best regards,
Andy