Need To Fix Email Subscription Pop-Up
-
Hello,
I’m currently setting up my email subscription pop-up which users of my site will see.
As you can see from my screenshot there’s a white box behind my content. How can I remove that box?
The width of my pop up takes up the entire screen, is there a way to make it not so big?
Screenshot for reference: https://gyazo.com/5580de3e7c060f38bc2d5be03fc52586
Thanks in advance, login credentials are provided in private content.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
div.wd-popup.wd-promo-popup {
background-color: transparent;
}
button.mfp-close {
top: 55px;
}
Best Regards
Thanks Aizaz this is great.
However, the width of my promo banner still takes up my entire screen. How can I shrink the width?
Thanks.
Hello,
You are Most Welcome.
Please Go to Theme Settings >> General >> Promo Popup and set the width.
Screenshot: https://gyazo.com/90d8fbe57ccea5bbed7119d84efc41f3
Best Regards