How to change/modify background?

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Thu Jan 10, 2013 7:12 am
Hi. Is there a way I can change the template background either buy inserting a completely new one or by at least being able to darken it a bit?

Thanks!
User avatar
Fresh Boarder

Konrad M
Thu Jan 10, 2013 7:30 am
Hi,
yes you can. If you would like to change background to some picture please add to override.css
Code: Select all
body {
background: url('../images/your_image.jpg') top left no-repeat;
}

and remember to copy your image to images folder located in template folder.
If you just want to change color, please add:
Code: Select all
body {
background: #F6F6F6;
}

and set your own color value. Remember to enable override.css option in template settings.
User avatar


cron