Change background color of Category dropdown
-
Hello there,
i am trying to add the above code to the global css code to my site plus i have tried changing the values according to my site’s code but i am unable to change background of dropdown menu on hover. i am attaching the link for old site and new site
link of old site hover:
https://jmp.sh/Aik4uyY
and below are the screenshot for the new site
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-nav-vertical > li {
background-color:orange;
}
body .wd-nav-vertical > li:hover > a {
background-color:red;
}
Best Regards
thank you so much. works great
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Change background color of Category dropdown’ is closed to new replies.