Top Black Bar

GK User
Mon Feb 14, 2011 3:47 pm
Hi Everyone
I was wondering if someone is able to help me change the colour on the black bar on top of the page. As it shows on the image attached.
Thank you in advanced for your help.
User avatar
Fresh Boarder

Konrad M
Mon Feb 14, 2011 6:40 pm
Hi

Try in override.css this:

Code: Select all
#bg-wrap {
background:none;
}


or edit template.css and remove background here:

Code: Select all
#bg-wrap {
background:url("../images/stripes.png") repeat-x scroll 0 0 transparent;
}
User avatar

GK User
Mon Feb 14, 2011 6:48 pm
You probably want also to change top border color of logo:

Code: Select all
h1.logo {border-color: #FFF!important;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Feb 14, 2011 9:10 pm
thank you all for your help. Everything went fine except the correct css is style1.css.
Thank you.
User avatar
Fresh Boarder


cron