Home Forums WoodMart support forum How Can I Change Color Of Arrow On Drop-Down Menu?

How Can I Change Color Of Arrow On Drop-Down Menu?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #446270

    deepakmahanta278
    Participant

    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.
    #446557

    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

    #446564

    deepakmahanta278
    Participant

    Thank you Elise. I got the solution and it’s resolved now 🙂
    Regards,

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How Can I Change Color Of Arrow On Drop-Down Menu?’ is closed to new replies.