I've been trying to change the color of text in the main menu on hover but I cant get it to change. It doesn't even change color to what shows up in the Propulsion theme options page. Can someone tell me the css I need to change the color?
main menu hover color
3 posts from 2 voices-
Posted 1 year ago #
-
Hi,
This line should work.
#top .main_menu .menu a:hover { color: red; }Hope it helps. :)
Regards,
IsmaelPosted 1 year ago # -
Thanks for the reply. That line of code didn't fix it but it did point me in the right direction. The line of code that did end up working was
#top .main_menu li.page_item a:hover {
color: #fff;
}Thanks for the help.
Posted 1 year ago #
Topic Closed
This topic has been closed to new replies.














