Home › Forums › WoodMart support forum › Editing Promo Popup › Reply To: Editing Promo Popup
June 4, 2022 at 4:04 am
#381138
Elise Noromit
Member
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