Gopalakrishna.in
-
I want to change the color of text in navigation menu when it is hovered..
I want it in color white.Please kindly help me..The blog I need help with is: (visible only to logged in users)
-
Hi there,
you can change the menu colors with the Custom Design upgrade – http://en.support.wordpress.com/custom-design/
If you change the hovered text color to white, you may want to change the button color as well (which currently is also white).
Here is how you can do that with the Custom Design tool:
.main-navigation ul li a:hover { background: none repeat scroll 0% 0% #000; // this changes the button color to black color: #fff; // this changes the text hover color to white } -
This requires “Custom CSS” upgrade,
Read More about it here: http://en.support.wordpress.com/custom-design/custom-css/
- The topic ‘Gopalakrishna.in’ is closed to new replies.