christycollins 3 Report post Posted October 11, 2011 Can you please tell me which color specification item it is in the Color Settings, that changes the box color of a menu item when it is hovered over? Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 11, 2011 That is not controllable in Design Control, it is only through custom CSS. Share this post Link to post Share on other sites
christycollins 3 Report post Posted October 11, 2011 Is there any easy way to change it. I'm not proficient at CSS. Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 11, 2011 I think the selectors depend on whether you have dropdown navigation enabled. Could you give us a link to your site? You could also download firebug which will allow you to view the selectors you need to target. Share this post Link to post Share on other sites
christycollins 3 Report post Posted October 11, 2011 www.duellocattleco.com Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted October 12, 2011 Hi Christy, If you add the below code to Platform Settings --> Custom Code --> CSS Rules: [code] .main_nav .main-nav li a:hover { background: #755238; } [/code] I've chosen a color that I think matches your color scheme but if isn't the color you would like I have provided a link below which has a bunch of color codes for you to choose from. All you will need to do is replace the #755238 with the colors code of your choice. http://www.colorschemer.com/online.html Please search our forums, before posting! Share this post Link to post Share on other sites
christycollins 3 Report post Posted October 12, 2011 Thanks so much - worked perfect! Share this post Link to post Share on other sites