Home Forums WoodMart support forum How to create a login popup using the promo popup in Woodmart Theme Reply To: How to create a login popup using the promo popup in Woodmart Theme

#602282

Hello,

You can edit the Promo popup via Elementor https://prnt.sc/-OQyg4RgOYHy > switch to Mobile editor and make changes for mobile devices to decrease the size.

Also, add this code to the Theme Settings > Custom CSS > Mobile to control the size.

.wd-popup.wd-promo-popup {
	max-width: 300px !important;
    max-height: 500px !important
}

According to the Popup working, it works per Session (i.e. if you have closed it or used it one time while you are using the website, it doesn’t pop up again). But if you have closed the Browser then the Session gets closed too and it will show up again because the Session has ended.

You can find any third-party plugin to achieve more functionality that best suits you. we have not officially tested such plugins with WoodMart.
https://en-gb.wordpress.org/plugins/woo-coupon-box/

Best Regards