Home / Forums / WoodMart support forum / How to customise added-to-cart popup?
Home › Forums › WoodMart support forum › How to customise added-to-cart popup?
How to customise added-to-cart popup?
- This topic has 9 replies, 2 voices, and was last updated 4 years, 4 months ago by
Elise Noromit.
-
AuthorPosts
-
June 26, 2021 at 1:54 pm #302721
fineorganicsParticipantI 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!
June 26, 2021 at 6:44 pm #302752
Elise NoromitMemberHello,
Do you mean the Promo popup? Such modification requires complicated customization that is not covered by our support.
Best Regards
June 27, 2021 at 9:01 am #302808
fineorganicsParticipantYes. I want to just unlock screen when popup showing and shift window to down, that’s simple.
June 28, 2021 at 8:02 am #303008
Elise NoromitMemberHello,
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
June 28, 2021 at 4:13 pm #303165
fineorganicsParticipantNot working
June 29, 2021 at 12:46 pm #303344
Elise NoromitMemberHello,
Please configure the popup and give us the steps how to call them and we will provide the custom CSS.
Best Regards
June 29, 2021 at 2:17 pm #303380
fineorganicsParticipanthttps://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 wantAttachments:
You must be logged in to view attached files.June 30, 2021 at 9:05 am #303561
Elise NoromitMemberHello,
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
June 30, 2021 at 1:55 pm #303663
fineorganicsParticipantBut you are add code for me, and it does not work.
Just unblock screen and move popup to downJuly 1, 2021 at 9:20 pm #304033
Elise NoromitMemberHello,
it is not possible to do with custom CSS. it requires complicated customization that is not covered by our support
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register