gayatriom 0 Report post Posted July 23, 2011 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+ 28 Report post Posted July 24, 2011 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
gayatriom 0 Report post Posted July 24, 2011 Worked wonders! you rock! Share this post Link to post Share on other sites