Viewing 1 replies (of 1 total)
  • Hi @rodel0421,

    This is not a specific feature available in this plugin, however you could potentially hide the popup using responsive CSS for mobile devices:

    @media screen and (min-width: 360px) and (max-width: 759px) {
        .visiblebox {
            display: none !important;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘I need to make the WordPress pop up dissappear on mobile’ is closed to new replies.