Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164550
    vavw
    Participant

    Hi,

    How can I change the color (CSS) for the “icon-caret-down” in the modern menu?

    Thanks,

    Victor

    #164589
    Skandha
    Participant

    @vavw: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .dropdown-toggle {
         color:#123456;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Color of icon-caret-down in modern menu’ is closed to new replies.