Background Image Change

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Fri Mar 08, 2013 1:52 am
Hello. I would like to change the background colour of the header and also the background image of the main site to a background gaming image which it's not repeat when am scrolling!
User avatar
Junior Boarder

Konrad M
Fri Mar 08, 2013 9:21 am
Hi,
to change header please add to override.css
Code: Select all
 #gkPageTop {
    background:#ffffff !important;
}

and set your own color value.
To change body background please add:
Code: Select all
body {
    background: url("../images/tour image.jpg") no-repeat fixed center top !important;
}

and copy your image to images folder nside template folder. And remember to enable override.css option in template settings.
User avatar


cron