-
AuthorPosts
-
September 14, 2017 at 4:17 pm #852140
Hi
Can you tell me please why the mobile (burger) menu is not showing on mobile devices/smaller screens?
Many thanks
September 14, 2017 at 4:22 pm #852148Sorry – 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
September 14, 2017 at 4:48 pm #852175I 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
September 15, 2017 at 10:28 am #852454Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#av-burger-menu-ul .avia-menu-text { color:#31618f; }
Best regards,
RikardSeptember 15, 2017 at 10:37 am #852465Hi 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
September 16, 2017 at 10:41 pm #852957Hi,
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,
MikeSeptember 18, 2017 at 4:56 pm #853497That’s worked – thank you!
September 19, 2017 at 7:59 am #853745 -
AuthorPosts
- You must be logged in to reply to this topic.