How Can I Change Color Of Arrow On Drop-Down Menu?
-
Hi,
I want to change the color of the arrow on drop-down menu from white/transparent to “black” or “blue” as they are not clearly visible on the desktop site. Please help me with the CSS code and let me also know how to use it?
Waiting for your reply asap.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
color: red;
}
You need to replace red with your color.
Best Regards
Thank you Elise. I got the solution and it’s resolved now 🙂
Regards,
The topic ‘How Can I Change Color Of Arrow On Drop-Down Menu?’ is closed to new replies.