This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Olga Barlow
Hi,
I would like to create a static bloc to allow my customers to register to our newsletter (on top of the template).
Could you explain me how to do it ?
Many thanks.
Regards.
Charles
Hello,
We send you .xml file to import static block (Tools > Import > WordPress)
After that go to Theme Options > E-Commerce > Popup and set setting according to screenshot http://prntscr.com/byjbcd
Use this image like popup bg image.
Then navigate to Theme Options > Styling > Custom CSS > Global and add the following code:
#etheme-popup {border:none;}
#etheme-popup label{color:#fff;}
#etheme-popup .checkbox-label {
left: 60px;
bottom: 25px;
}
#etheme-popup .mfp-close {
right: -15px !important;
top: 50px !important;
}
#etheme-popup .mfp-close {
background: transparent;
}
#etheme-popup .mfp-close:hover {
background: transparent !important;
}
#etheme-popup .mfp-close:before {
color: #fff !important;
}
Regards
The issue related to '‘Create Static bloc and shortcode for Newsletter (top)’' has been successfully resolved, and the topic is now closed for further responses