jerreye 0 Report post Posted June 28, 2011 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
jerreye 0 Report post Posted June 28, 2011 nvmd...I figured it out .main_nav ul li.menu-item-97.current-menu-item a { background:url(http://www.***/clients/***/wp-content/uploads/2011/06/btn_home_hover_corner.jpg) no-repeat; background-color:#fff; border:none; } Share this post Link to post Share on other sites
Martin Bay 20 Report post Posted December 13, 2011 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