Support » Plugin: Popup Maker - Popup for opt-ins, lead gen, & more » Blue border comes up around the content on mobile.

  • Resolved followsthelight

    (@followsthelight)


    Wow excellent work.

    One thing however, on mobile, the content in the pop ups have this blue border around it. Whether it’s just text or an overall border around the form fields.
    Is there anyway to prevent that please?

    Mobile Browser- Safari

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Bel

    (@belimperial)

    Hello @followsthelight

    Thank you for reaching out to us!

    It seems the border you see is because of the accessibility. You may disable it by selecting “Disable accessibility features” under Popup Settings > Advanced tab.
    ​Please see: https://share.getcloudapp.com/yAurzARq

    You could also add this custom CSS to disable the border on Mobile Browser- Safari

    @media not all and (min-resolution:.001dpcm) { 
        @supports (-webkit-appearance:none) {
            .pum-overlay .pum-content {
                outline: none !important;
            }
        }
    }

    Hope that helps. If your issue is resolved please take a moment to rate and review the plugin.

    Thread Starter followsthelight

    (@followsthelight)

    Thank you so much!!
    You guys are a class act!
    No wonder you have so many 5 stars and installs.
    Adding another 5 star now!

    Bel

    (@belimperial)

    Hi @followsthelight

    You are welcome and thank you for rating our plugin. I’m glad everything is now working on your site.

    If you need help in the future, please don’t hesitate to open a new topic and we will be happy to help you.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blue border comes up around the content on mobile.’ is closed to new replies.