Hi,
I am trying to add the text-decoration:underline to the the a:hover of the main menu sidebar but can't seem to get it to work, do you know where the a:hover is for the main menu text?
Thanks alot,
Graham
Hi,
I am trying to add the text-decoration:underline to the the a:hover of the main menu sidebar but can't seem to get it to work, do you know where the a:hover is for the main menu text?
Thanks alot,
Graham
Hey,
use following code in css/custom.css or quick css field to underline the links:
.main_menu .menu li a strong, .main_menu .menu li a span{
text-decoration:underline;
}You must log in to post.