Background image style

GK User
Wed Dec 04, 2013 4:14 am
is there any way we can do a repeat-y for the background so when people scroll down the will still see something?
User avatar
Senior Boarder

GK User
Wed Dec 04, 2013 9:43 am
Sure. Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
body { background-repeat: repeat-y; }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Thu Dec 05, 2013 2:15 am
Hey. thanks for that. is there any way to do it as below?

image 1 - stagnant
image below image 1 - repeat-y
User avatar
Senior Boarder

GK User
Sat Dec 07, 2013 1:47 pm
Please look here http://www.css3.info/preview/multiple-backgrounds/ it is not template but CSS issue.
User avatar
Platinum Boarder


cron