Hi Enfold team,
is there a quick way to remove the fading effect/transparency in the fly out menu on mobile devices so that the background color (in my case it´s white) appears in 100% saturation the whole “flight” in and out?
I caught the moment and took a screenshot for viewing. Please have a look.
Thanks a lot in advance.
Bestr regards,
fkm
Hey fkm,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.html_av-overlay-side-minimal #top .av-burger-overlay {
opacity: 1 !important;
}
Best regards,
Yigit
Hi Yigit,
that´s what I call a quick answer – and it works well.
Thank you very much. :)
Is it also possible to remove the darkening effect over the page when the flyout menu flies in and out?
Thanks in advance.
Best regards,
fkm
Hey,
You are welcome! :)
Please add following code to Quick CSS as well
.html_av-overlay-side-minimal .av-burger-overlay-bg {
opacity: 0;
}
Regards,
Yigit
Hi Yigit,
thanks again – works again.
Perfect.
Best regards,
fkm