How to customise added-to-cart popup?
-
I want to customise popup to make it on low position without block all screen, without close button and other. Just text about add to cart on down center with rounded background without black screen and block store
Thanks!
Hello,
Do you mean the Promo popup? Such modification requires complicated customization that is not covered by our support.
Best Regards
Yes. I want to just unlock screen when popup showing and shift window to down, that’s simple.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
html[style*="overflow: hidden;"] {
overflow: visible !important;
margin: 0 !important;
}
.wd-promo-popup-wrapper.mfp-bg {
display: none;
}
.wd-promo-popup-wrapper {
pointer-events: none;
}
.wd-promo-popup-wrapper .mfp-container::before {
vertical-align: bottom;
}
.wd-promo-popup {
pointer-events: auto;
position: relative;
}
.wd-promo-popup .mfp-close {
position: absolute;
}
Best Regards
Hello,
Please configure the popup and give us the steps how to call them and we will provide the custom CSS.
Best Regards
https://drive.google.com/file/d/1UdJzb4CqheV83imEB5dMLE22XSYHDyz-/view?usp=sharing
I added your code but nothing changed, just bugs with window
Check please
I added the screan what i want
Attachments:
You must be
logged in to view attached files.
Hello,
Our development theme has checked the popup you have and it requires complicated customization that is not covered by our support. Usually, we can provide custom CSS for minor changes.
You will have to find a developer for this purpose.
Best Regards
But you are add code for me, and it does not work.
Just unblock screen and move popup to down
Hello,
it is not possible to do with custom CSS. it requires complicated customization that is not covered by our support
Best Regards