Can someone help me with removing the shadow from the Popup on this page (shows when user goes to exit the page) – http://clearmark.io/
I’ve made the background transparent, but cannot seem to get that box-shadow removed – this is the CSS I’m using:
<style>
#lp-pom-root {
background: transparent !important;
}
.ub-emb-overlay .ub-emb-iframe-wrapper .ub-emb-iframe {
box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
</style>