This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
On my site https://asascharity.org, I have 3 menu items when viewed on a Desktop/Laptop. They are blue and when hovering them, they turn green.
However on the mobile version of the site, they are blue and when hovering them, they turn grey.
I would like to change the grey to green.
Thanks for your help,
Hello,
Please use this custom css code:
.et-mobile-menu li > a:hover {
color: #9fbe42;
}
Regards
Many thanks Rose, this seems to work 🙂
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up