How to remove

GK User
Wed Nov 30, 2011 12:07 pm
Hi,

Maybe a stupid question but, how do i remove the Battlefield3 background from my Game Magazine template used with quickstart installation?

Regards
User avatar
Senior Boarder

GK User
Wed Nov 30, 2011 1:44 pm
Template background image is used in body {} css tag.

Image Location: "/templates/gk_game_magazine/images/bg.jpg"
Find File: /templates/gk_game_magazine/css/template.css
Find Line: 16
Code: Select all
body { line-height:1.8; min-height:100%; color: #666; background: #f5f5f5 url('../images/bg.jpg') no-repeat center top; }

if you dont want the image you can change the line to below
Code: Select all
body { line-height:1.8; min-height:100%; color: #666; background: #f5f5f5; }

Top Menu and logo will need a darker background as text is light color, so perhaps you can edit the image itself...


See you around...
User avatar
Platinum Boarder


cron