Home Forums WoodMart support forum Newsletter on begin and by clicking link Reply To: Newsletter on begin and by clicking link

#313137

Hello,

I saw the screenshot you attached.

To display the Popup when clicking on the button You need to add CSS class to any link “woodmart-open-newsletter” and clicking on it will cause a popup.

Screenshot for Clarification: https://gyazo.com/135864d4eb2364df73ce6ab3791cb8e4

To change the background to transparent try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.mfp-bg {
    background-color: transparent;
}

Regards.
Xtemos Studios