Jump to content
Sign in to follow this  
gayatriom

Trying to change color of one particular menu item.

Recommended Posts

gayatriom

I've used this code - it worked for the background color, but not the color of the text itself! #menu-item-1450{margin-left:30px; padding-left:0px; background: #006699; color:#e8e8e8;} I also want the menu item to stay this color when i hover on it. what do I do to make this work? (it's a dead link) .

Share this post


Link to post
Share on other sites
MrFent

try #menu-item-1450 a, #menu-item-1450 a:hover{margin-left:30px; padding-left:0px; background: #006699; color:#e8e8e8 !important;}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×