How can i make the top menu items become bold when i hover over them, currently the just change color and i can’t find the correct css selector.
Thanks!
Hey rudtek,
Please try the following in Quick CSS under Enfold–>General Styling:
#avia-menu li a:hover {
font-weight:700 !important;
}
Thanks,
Rikard
That did it! Thank you so much!