Viewing 1 replies (of 1 total)
  • Sachyya

    (@sachyya-sachet)

    Hi @susgeek ,

    At the moment, there isn’t a built-in option to hide popups on mobile devices. We’ve added this to our roadmap and plan to include it in a future update. Thanks for bringing it to our attention.

    @media (max-width: 768px) {
    .simple-popup_block {
    display: none;
    }
    }

    Please note that this CSS will hide all popups across your site on mobile devices. If you’d like to target only a specific popup, you can assign a custom CSS class to that popup using the Advanced settings in the Popup block, and then update the CSS to use that class instead.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.