Hi guys,
I first had very nice menu links in overlay/slide out (burger menu). Done in Advanced Styling. The font was bigger, the font-weight was light. But a couple days ago I was busy in Quick CSS. I added a code, trying to change something on the site (don’t remember anymore what), but it didn’t work. So I removed the code and saved. But after that I noticed that the Menu Links in overlay/slide where looking different. It is not responding to the settings in Advanced Styling (Menu Links in overlay/slide out) anymore. How can I restore this?
Login credentials in private content.
Thanks in advance.
Hey Alfredo,
Thanks for the link to your site but I’m not sure what you want to be changed, try including a mockup so we can understand better.
I looked at your burger menu and didn’t notice anything off except your menu items are a little small.
Best regards,
Mike
Hi Mike,
Thanks for the reply. The burger menu is working good but it is not responding to the changes that I have made in advanced styling. Whatever I try, the menu doesn’t change.
These are my settings:
Thanks in advance.
Hi,
There was a CSS error in your Quick CSS field. I fixed it and following code was overriding it
/*Enfold footer menu*/
span.avia-menu-text{
color: white;
font-weight: bold;
font-size: 13px;
}
so I changed it to following
/*Enfold footer menu*/
#avia3-menu span.avia-menu-text{
color: white;
font-weight: bold;
font-size: 13px;
}
Please review your website :)
Best regards,
Yigit
Yigit! Thank you very much. It works fine now! Thanks.
Hi,
Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike