• Resolved omrigonen

    (@omrigonen)


    I have a section with 2 buttons one of those buttons open a popup, I would like the section to disappear when the popup is on, and reappear when it’s off.

    Is this possible?

    Omri

Viewing 1 replies (of 1 total)
  • Plugin Author rtowebsites

    (@rtowebsites)

    Hello @omrigonen

    i don′t think it′s possible with our plugin, cause popups are loaded after the other content.

    But elementor adds some css-classes to body when a popup is open.
    So you can add some custom-css to your section to hide if a popup ist open.

    Example:

    body.dialog-lightbox-container selector {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Condition when popup is on’ is closed to new replies.