This topic has 4 replies, 2 voices, and was last updated 10 years, 3 months ago ago by Robert Hall
Hi Please follow this link: https://www.firetoys.co.uk/ hover over the menu then onto the list, you will notice the background of the text will highlight not underline. Is there some css code I can use to do the same?
I have provided login details to my testing website in the Private content..
Kindest regards
Tony
Hello,
I’ve added this code to the Child Theme style.css file. You can check it now.
.main-nav .menu > li > a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a {
text-decoration: none;
}
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a:hover {
background: grey;
}
Regards,
Robert Hall.
Great!! that’s just perfect you guys really no what your doing..
Many thanks
Tony
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up