Hi,
I have the latest version of inFocus and would like to make a simple change to the main menu. I would like the menu text to change color on hover, and then have it stay that color when on that page. I hope this makes sense.
David
(3 posts)
(2 voices)
Hi,
I have the latest version of inFocus and would like to make a simple change to the main menu. I would like the menu text to change color on hover, and then have it stay that color when on that page. I hope this makes sense.
David
Hello davidshowers,
Try adding this in Dashboard -> your theme -> General Settings -> Custom CSS,
.current-menu-item a span { color: red !important; }
.jqueryslidemenu a:hover span { color: red !important; }
If that's not working for you then send us a link to your page.
That worked perfect. Thanks for the quick response, you guys are Awesome!
You must log in to post.