With the CSS below, I’m trying to get the hover effect to ommit the current page but it doesn’t.
#access li:hover a,
#access ul ul :hover a{
background: #37617a;
}
#access ul li.current-menu-item a:hover {
background:none
}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is probably what you want, taking #access as the id of the ul. jsfiddle test