Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #64942
    Michel Kopp
    Participant
    Premium Member

    Hi there

    How can I change the color of the arrows in the (mobile)menue? Currently the arrows (which appear for sub-sites) are black and I can’t figure out how to change the color (to white).

    thx for your help 🙂

    #64962
    Duke
    Keymaster
    WP Royal Team

    Hi Michel,

    By default, mobile menu icons share a color of mobile menu links. To customize it, navigate to Appearance > Customize > Additional CSS and add this code:

    @media screen and (max-width: 979px) {
    #mobile-menu .svg-inline--fa {
    color: #ffffff !important;
    }
    }
    

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.