Home Forums WoodMart support forum How to customise added-to-cart popup?

How to customise added-to-cart popup?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #302721

    fineorganics
    Participant

    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!

    #302752

    Hello,

    Do you mean the Promo popup? Such modification requires complicated customization that is not covered by our support.

    Best Regards

    #302808

    fineorganics
    Participant

    Yes. I want to just unlock screen when popup showing and shift window to down, that’s simple.

    #303008

    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

    #303165

    fineorganics
    Participant

    Not working

    #303344

    Hello,

    Please configure the popup and give us the steps how to call them and we will provide the custom CSS.

    Best Regards

    #303380

    fineorganics
    Participant

    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.
    #303561

    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

    #303663

    fineorganics
    Participant

    But you are add code for me, and it does not work.
    Just unblock screen and move popup to down

    #304033

    Hello,

    it is not possible to do with custom CSS. it requires complicated customization that is not covered by our support

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)