Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1433935

    I added this code below and it properly changed the color on desktop, but not on Mobile view. Can you get me code to change 1 mobile menu item to a different color?

    #menu-item-4776 > a > .avia-menu-text {
    color: #3eec0e!important;
    }

    • This topic was modified 5 months, 2 weeks ago by bemodesign.
    #1433938

    YES! I figured something out on my own! All your skills are rubbing off on my. Ha. This is the code I used to change 1 font color on desktop and mobile. thanks

    #menu-item-4776 > a > .avia-menu-text {
    color: #3eec0e!important;
    }

    #av-burger-menu-ul .menu-item-4776 > a > .avia-menu-text {
    color:#3eec0e!important;
    }

    #1433981

    Hi,

    Great, I’m glad to hear that you found a solution :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1434125

    done!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change 1 font color on Mobile Menu’ is closed to new replies.