• Resolved lukepenketh

    (@lukepenketh)


    Hi there,

    Is there anyway to remove or modify the overlay that is applied to the main page when the flyout menu is opened? It currently makes the website content darker, and I’d like to remove this.

    You can see what I mean by clicking the menu icon on my website https://www.agreatermass.org

    Thanks,
    Luke

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @lukepenketh

    Thanks for the link, it helped.

    Here is the custom CSS that will remove the overlay color:

    .hfe-flyout-overlay.elementor-clickable {
        background: rgba(0,0,0,.0) !important;
    }

    Refer to this image for output – https://a.cl.ly/X6udjY2D

    I hope this helps ??

    Regards,
    Rahul.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove page overlay when flyout menu is open’ is closed to new replies.