Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1326033

    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

    #1326037

    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

    #1326054

    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

    #1326055

    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

    #1326057

    Hi Yigit,

    thanks again – works again.
    Perfect.

    Best regards,
    fkm

    #1326058

    Hi,

    You are welcome! Enjoy your weekend :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘remove fading effect/transparency in flyout out menu (smartphones)’ is closed to new replies.