Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #852140

    Hi

    Can you tell me please why the mobile (burger) menu is not showing on mobile devices/smaller screens?

    Many thanks

    #852148

    Sorry – I should have said that it is there as I can click on it, but because it is white it is not showing.

    Many thanks

    #852175

    I have now sorted the burger menu colour (found it under “main menu” – “burger/mobile menu styling”), so I can now see the burger menu, but when I click on it I can’t see the navigation. I think it’s just a case of changing the colours, but I can’t see where to do this.

    Many thanks

    #852454

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul .avia-menu-text {
      color:#31618f;
    }

    Best regards,
    Rikard

    #852465

    Hi Rikard

    Thank you that has done the trick! Unfortunately though there is still an issue, as when you click on an item it turns to the same colour as the background so you can’t see it again (hope that makes sense!). Can you tell me where these elements are in the Theme so that I don’t have to use CSS?

    Many thanks

    #852957

    Hi,
    Try this code in the General Styling > Quick CSS field, this will make the text white on-click so you can read it. Keep the other code also as it makes the text blue before click.

    #av-burger-menu-ul li a:hover .avia-menu-text {
        color: #fff !important;
    }

    To answer your second question, you can use the Enfold Theme Options > Advanced Styling to set your menu colors, choose “Main Menu Links” from the drop down and pick your styles. But you need to do this twice with one time checking the “Apply only to mouse hover state” to ensure you have covered all of the mouse actions.
    I hope you try the css above first, because it’s easier for you.
    Please clear your cache after your changes.

    Best regards,
    Mike

    #853497

    That’s worked – thank you!

    #853745

    Hi,

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

    Best regards,
    Rikard

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