12/3 quickinstall quark ecommerce
www.ahgoobaby.com
Is there a way to add a background image behind the text of the newsletter pop up module?
#gk-newsletter-popup {
background: #fff url("../images/bg.jpg") repeat scroll 0 0;
}
#gk-newsletter-popup {
background: #fff url("../images/bg.jpg") no-repeat scroll 0 0;
background-size: cover;
}