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

    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

    #837842

    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

    #837864

    Thank you Sarah – that has sorted it! :-)

    #837899

    Hi Picante,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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