How to change/add a background image or change colors?

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Sun Oct 31, 2010 7:14 pm
Hi.
How can I add a back ground image to the template and how to change background coors?
Please help
User avatar
Fresh Boarder

GK User
Sun Oct 31, 2010 8:33 pm
Hi

You can do it by changing body background on template.css file:

Change this fragment:

Code: Select all
body {
   margin:0;
   padding:0;
   background: #fff;
}

to something like this
Code: Select all
body {
   margin:0;
   padding:0;
   background: #eee url('../images/yourimage.jpg') no-repeat top 0;
}


and you might also add this code on same file:

Code: Select all
#gk_wrapper {background-color: #fff;padding:0 10px}


Cheers ;)
User avatar
Platinum Boarder


cron