Home Forums WoodMart support forum Editing Promo Popup Reply To: Editing Promo Popup

#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