image as background

GK User
Thu Feb 23, 2012 4:30 pm
Hello!

Is it possible to use an image as a backgound in this template?
I see that in order to change the color I shoud edit template.css file, and change "background: #fff; color: #555;" line (am I right?) but I do need an image as a background.

P.S.
Perhaps I ask too many questions, but I really post here after spending some time searching the forums and trying to figure out things myself.
User avatar
Expert Boarder

GK User
Thu Feb 23, 2012 4:39 pm
Hi.
Just edit template.css file and find the following line:
Code: Select all
 body {
min-height: 100%;
background: white;
color: #555;
}

Then change it to:
Code: Select all
 body {
min-height: 100%;
color: #555;
background-image: url('../images/yourpicture.jpg');
background-repeat: no-repeat;   
}
User avatar
Platinum Boarder


cron