Home Forums WoodMart support forum Editing Promo Popup

Editing Promo Popup

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #379633

    tekeci
    Participant

    Hello. I can’t remove background-image, border and making light theme on promo popup. How can I do that?

    Attachments:
    You must be logged in to view attached files.
    #379683

    Hello,

    The Popup is the HTML block: https://xtemos.com/documentation/woodmart/

    You can check which one is used as well as additional options in the Theme Settings > General > Popup.

    If you have any questions please feel free to contact us.

    Best Regards

    #379726

    tekeci
    Participant

    Thank you so much. I create my own popup but there is some white border. I couldn’t delete space around image… How can I edit this like screenshot.

    And how can I place cross icon in popup? (like screenshot)

    Attachments:
    You must be logged in to view attached files.
    #380001

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #380009

    tekeci
    Participant

    Sure. 🙂

    #380065

    Hello,

    The popup differs from the screen: https://gyazo.com/1a16cb1135963c4d39d55fa0872a9ce0 I do not see the border. Please clarify.

    If you have any questions please feel free to contact us.

    Best Regards

    #380158

    tekeci
    Participant

    You can check now.

    #380313

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-popup {
        padding: 0;
    }

    In addition, you will need to add paddings inside the section of the HTML block: https://gyazo.com/cb15f7f2b06be271441a268f80bccd4d

    Best Regards

    #380572

    tekeci
    Participant

    Sorry, it didn’t work.

    #380661

    Hello,

    Please clear the cache and check again: https://gyazo.com/180fe151143b61022484f901344ad2f7

    The gaps in the top and in the bottom are removed in the widgets section of the HTML block.

    If you have any questions please feel free to contact us.

    Best Regards

    #380663

    tekeci
    Participant

    What about top and bottom padding?

    #380783

    Hello,

    The gaps in the top and in the bottom are removed in the widgets section of the HTML block.

    You need to enter the HTML, then section settings > Advanced, and set “zero” in margins/paddings.

    If you have any questions please feel free to contact us.

    Best Regards

    #380791

    tekeci
    Participant

    Sorry, I can’t change anything. Did I misunderstand?

    #380940

    Hello,

    Find Promo popup HTML block, enter section and columns and set zero: https://gyazo.com/1ec026c568869feb57b6c6b207a35cce

    If you have any questions please feel free to contact us.

    Best Regards

    #381030

    tekeci
    Participant

    Thank you so much!! I have one more question. How can I place cross icon in popup section?

    #381138

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mfp-wrap .wd-popup.wd-promo-popup {
        position: relative;
    }
    body button.mfp-close {
        position: absolute;
        color: black;
    }

    Best Regards

    #381178

    tekeci
    Participant

    YOU ARE GREAT! Thank you so much.

    #381231

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Editing Promo Popup’ is closed to new replies.