How can i change the background image

GK User
Tue Apr 15, 2014 12:23 am
I can't seem to find out how to change the background image for this template. Can someone please point me in the right direction ?

Thanks
Steve
User avatar
Senior Boarder

GK User
Tue Apr 15, 2014 8:07 am
Please edit: /templates/gk_game_magazine/css/override.css and add at its end:
Code: Select all
body {
background: #f5f5f5 url('http://yoursite.com/link/to/your/image.jpg') no-repeat center top;
}


where:
http://yoursite.com/link/to/your/image.jpg
is an absolute link to your image.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Apr 15, 2014 2:06 pm
Ok, That worked. What about if I wanted to add a different image there instead ?
User avatar
Senior Boarder

GK User
Tue Apr 15, 2014 5:14 pm
You should upload it with your media manager and then link to uploaded image in css.
User avatar
Moderator


cron