Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove border around logo... how do I do this?

Remove border around logo... how do I do this?

Locked

Views: 2,001

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Jun 2006, 9:27 PM
#1
bcbailey avatar

bcbailey

New Zenner

Join Date:
May 2006
Posts:
18
Plugin Contributions:
0

Remove border around logo... how do I do this?

Hi

my site is
https://www.chermere.ca

How do i remove the 1px border around my logo (title2.jpg)

Thanks
--Ben

15 Jun 2006, 9:35 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Remove border around logo... how do I do this?

OK Ben. First off trim down your stylesheets. You have old versions sitting in your template directory. It's good to keep them safe, but by leaving them there, they continue to affect your site, and can even override the changes that you mean to do. I recommend that you keep them safe somewhere else.

Once you have giot rid of them, go to your stylesheet_original.css file and find the following styling> TABLE.header {

background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
border-right: 1px solid #9a9a9a;
border-left: 1px solid #9a9a9a;
border-bottom: 1px solid #9a9a9a;

}and delete the lines marking in red.

15 Jun 2006, 10:10 PM
#3
bcbailey avatar

bcbailey

New Zenner

Join Date:
May 2006
Posts:
18
Plugin Contributions:
0

Re: Remove border around logo... how do I do this?

Ahhh...

Thanks... got it fixed

I am still learning...:smartass:

--Ben