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;
}
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;
}
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
done!