Music city change background

GK User
Sat Nov 19, 2011 1:16 am
I want to change the background for music city 1.7 I want to change the grey to either an image background or another color. Thanks is it in css ??
User avatar
Senior Boarder

GK User
Sat Nov 19, 2011 9:02 am
Grey background is already an image located here which you can edit. Please note below image repeats x and y.
Code: Select all
/templates/gk_musicity/images/main_bg.jpg

CSS Code is located in
File: /templates/gk_musicity/css/template.css
Line: 14
Code: Select all
body > #bg { background: transparent url('../images/main_bg.jpg') repeat 0 0; }
User avatar
Platinum Boarder

GK User
Sat Nov 19, 2011 12:52 pm
Thanks
User avatar
Senior Boarder

GK User
Sat Nov 19, 2011 5:21 pm
I looked in the same folder for the image file for the top par of the website which is black. dark_bg.png was the file i changed but nothing happened. I am also trying to change color of text on the site. Everything is dark I want to change it.

And all of the modules I have are white where would I change this if i wanted to change the color of the background
User avatar
Senior Boarder

GK User
Mon Nov 21, 2011 4:59 am
Full width from left to right is following codes for top dark section.
Find File: /templates/gk_musicity/css/template.css
Find Line: 209
Code: Select all
#gkTopShadow { box-shadow: 0 0 5px #000000; }

Find Line: 31
Code: Select all
#gkTopShadow { background: url("../images/top_gradient.png") repeat-x scroll 0 top #000000; }

Then Header section dark background is as follows.

Same File as above
Find Line: 32
Code: Select all
#gkTopWrap { background: url("../images/top_bg.jpg") no-repeat scroll center 0 transparent; }


I am time limited at the moment so for all modules and other colours I can only post them as time allows me to.

See you around...
User avatar
Platinum Boarder


cron