newsletter pop up - background image

Support desk for Multipurpose Quark Theme
GK User
Thu Jun 23, 2016 12:06 am
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?
User avatar
Expert Boarder

teitbite
Sun Jun 26, 2016 3:53 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gk-newsletter-popup {
    background: #fff url("../images/bg.jpg") repeat scroll 0 0;
}
User avatar
Moderator

GK User
Wed Jun 29, 2016 8:19 pm
How do i best size this image in photoshop so that it does NOT scroll / wrap multiple images but instead take up the entire window size so that the background image fully takes up the entire pop up box background?
User avatar
Expert Boarder

teitbite
Fri Jul 01, 2016 6:17 pm
Hi

Just use the code like this:

Code: Select all
#gk-newsletter-popup {
    background: #fff url("../images/bg.jpg") no-repeat scroll 0 0;
    background-size: cover;
}
User avatar
Moderator

GK User
Sun Dec 11, 2016 5:05 am
Yes, but what is the ideal pixel dimensions to size the background image so that it bleeds to the edges of the pop up without pixelating or being too large where it is unnecessary delay in loading larger than needed?
User avatar
Expert Boarder

teitbite
Tue Dec 13, 2016 8:04 pm
Hi

Everything depends from the image itself. I always advice to use at least 1600px in width, so it scale smoothly, but I've see some of the users have 1200px and it also looks good.

If You care about quality the most than 2200px will cover most of the screen needs.
User avatar
Moderator


cron