Jump to content
Sign in to follow this  
christycollins

Hover Over a Menu Item

Recommended Posts

christycollins

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
That is not controllable in Design Control, it is only through custom CSS.

Share this post


Link to post
Share on other sites
christycollins
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
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
www.duellocattleco.com

Share this post


Link to post
Share on other sites
Danny
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
Thanks so much - worked perfect!

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  

×