Logo Help!

GK User
Tue Sep 21, 2010 7:33 pm
Hello! I love this template, but I need a little help. I would like to remove the black box that is around the logo. Is there a way to do this? Thanks guys.
User avatar
Fresh Boarder

GK User
Tue Sep 21, 2010 8:34 pm
please show me your www...

and welcome to gavick...
User avatar
Platinum Boarder

GK User
Tue Sep 21, 2010 8:50 pm
http://client1.marktepe.com/index.php

I figured it out. Thanks for the quick response tho. Much appreciated.
User avatar
Fresh Boarder

GK User
Tue Sep 21, 2010 8:53 pm
search the templates.css for this line
Code: Select all
h1.logo{ background:transparent url('../images/style1/logo_bg.png') no-repeat 0 0; float:left; height:66px; margin:0; padding:0; width:265px; }


and replace it with
Code: Select all
h1.logo{ no-repeat 0 0; float:left; height:66px; margin:0; padding:0; width:265px; }


in the style1.css search for this line and remove it..:

Code: Select all
h1.logo { background:transparent url('../images/style2/logo_bg.png') no-repeat 0 0; }
User avatar
Platinum Boarder

GK User
Tue Sep 21, 2010 9:22 pm
=) thanks!
User avatar
Fresh Boarder


cron