Hi
How can I change the colour of the mobile menu? At the moment it’s white, so cannot be seen when looking at it from a smartphone.
Thanks
Hey Picante,
This is being caused by this line:
.home .avia-menu-text { color: white; }
If you have access to this code in Quick CSS, you can replace it with this:
.home ul:not(#mobile-advanced) + .avia-menu-text { color: white; }
Alternatively, you can instead use this in Quick CSS:
#mobile-advanced .avia-menu-text{
color:#919191!important;
}
I hope that helps!
Best regards,
Sarah
Thank you Sarah – that has sorted it! :-)
Hi Picante,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria