This topic has 3 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Amzy Leel
Hi,
What is the CSS code to change the hover background color for the my account dropdown menu.
Please see link below:
https://image.ibb.co/jNucga/screen.png
Thank you!!!
Hi,
use this
.my-account-link ul > li > a:hover {
color: #9b9b9b !important;
background-color: #f7f7f7 !important;
}
If you ave any other question do not hesitate to ask in a new topic/post please.
You must be logged in to reply to this topic.Log in/Sign up