Hello, please excuse my noobie question as am actually a beginner.
Is thier a way to add image to the background of the frontpage/subpages instead of it being white?
Thanks in advance.
Cyberek wrote:Would You like to have one - same image on all pages?
body.SUFFIXNAME1 #gkPageContentWrap {background: #fff url(../img/backgroundimages/image1.jpg) 50% 0 no-repeat;
body.SUFFIXNAME2 #gkPageContentWrap {background: #fff url(../img/backgroundimages/image2.jpg) 50% 0 no-repeat;
body.WhatwedoBGimage1 #gkPageContentWrap {background: #fff url(../img/backgroundimages/image1.jpg) 50% 0 no-repeat;
body.learnmoreBGimage1 #gkPageContentWrap {background: #fff url(../img/backgroundimages/image2.jpg) 50% 0 no-repeat;
body.onepage #gkPageContentWrap {background: #fff url(../img/backgroundimages/image1.jpg) 50% 0 no-repeat;
Cyberek wrote:
- Code: Select all
body.WhatwedoBGimage1 #gkPageContentWrap {background: #fff url(../img/backgroundimages/image1.jpg) 50% 0 no-repeat;
body.learnmoreBGimage1 #gkPageContentWrap {background: #fff url(../img/backgroundimages/image2.jpg) 50% 0 no-repeat;
this was just a sample
with one of the suffixes that are set code in override.css should look this way:
- Code: Select all
body.onepage #gkPageContentWrap {background: #fff url(../img/backgroundimages/image1.jpg) 50% 0 no-repeat;
As You can see You create a line with body.SUFFIXNAMEFORTHATPAGE #gkPageContentWrap at the beginning (replace SUFFIXNAMEFORTHATPAGE with your suffix), and with url to image that is placed in template folder/backgroundimages/ with file name image1.jpg.
Hope this time itc more clear.
Cyberek wrote:Ok, lets start again, on which pages You would like to have this background? (name them according to menu names from link in PM You have sent to me).
Kevstar wrote:Cyberek wrote:Ok, lets start again, on which pages You would like to have this background? (name them according to menu names from link in PM You have sent to me).
Sorry for being impatient. I was desperate.
will PM you.
Thanks in advance.
Cyberek wrote:Or perhaps You want to set background under modules on homepage?
You must be more clear about what You would like to do.