how to change the dropdown head meau background color?
-
HI,
Coudl you help to write some CSS for my webiste’s head meau, I need the background is dark blue and to be changed during the mouse hover, the same as attached. with orange bgcolor and the font color become white, how could it be achieve in css ? I tried but always failed, couldl you help to check for me?
I would be very appreciated for you kind favor.
Best regards
Cathy
Attachments:
You must be
logged in to view attached files.
urgent !
please help to check why the theme can’t open the head modification? is there anything with the woodmart?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code:
.wd-sub-menu li>a:hover {
color: #fff;
background-color: #D14510;
}
Best Regards.