Jump to content
Sign in to follow this  
jerreye

Menu Current Item Background - HELP!!!

Recommended Posts

jerreye

Hi, I am trying to change the background image/color on the primary menu item of JUST the "Home" link for the current page link (ie - when the page loads, the background is set for that menu item, so the user knows which page they are on...sorry, I don't know how else to explain that!). How do I do this? AS you can see below, I CAN set the HOVER state on just the HOME link (menu-item-97), but not on the "SET" state for just this link. #primary-nav #nav_row .menu-item-97 a:hover { background:url(http://www.******/clients/****/wp-content/uploads/2011/06/btn_home_hover_corner.jpg) no-repeat; background-color:#fff; border:none; } Any help will be much appreciated!

Share this post


Link to post
Share on other sites
Martin Bay
I guess you can use different selectors. I use this one: .navigation_wrap ul li.current-menu-item a{}

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  

×