Would like to have the menu text change color when moused over.
Which part of the CSS do I need to edit to make this happen? I've tried editing what I thought was the correct code, but it's not working.
site: http://www.evolcdarm.com
Would like to have the menu text change color when moused over.
Which part of the CSS do I need to edit to make this happen? I've tried editing what I thought was the correct code, but it's not working.
site: http://www.evolcdarm.com
Hi cmagliane,
You can add the following to your stylesheet and modify the color to suit your needs:
#top .nav li a:hover strong {
color: #333;
}
Regards,
Devin
Worked, thank you!
Hi,
Glad Devin was able to help you.
Regards,
Mya
This topic has been closed to new replies.