Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Newbie border problem very stuck ...

Newbie border problem very stuck ...

Locked

Views: 765

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
31 Jul 2010, 10:46 AM
#1
nysista872 avatar

nysista872

New Zenner

Join Date:
Oct 2009
Posts:
80
Plugin Contributions:
0

Newbie border problem very stuck ...

Hi,

I have looked everywhere, I even deleted everything in my stylesheet that says "border" and somehow, the border around my site logo still shows up.

Any ideas how to get rid of the logo borders and item borders? I added a test item to the category "club dresses" and it also has an ugly blue border...

Thanks for any help :)

31 Jul 2010, 11:02 AM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Newbie border problem very stuck ...

look like you removed many thing from original stylsheet.css

you can add this to your stylsheet.css

img {
border:none;
}

this will remove border from all images .

31 Jul 2010, 11:06 AM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Newbie border problem very stuck ...

Very strange. I can't see where that's coming from.

You can add to the bottom of the stylesheet:

img {border:none;}

if you don't want any images to have borders.

31 Jul 2010, 11:17 AM
#4
nysista872 avatar

nysista872

New Zenner

Join Date:
Oct 2009
Posts:
80
Plugin Contributions:
0

Re: Newbie border problem very stuck ...

Thanks for the replies, I added the code and somehow the border is still there, maybe it is coming from another file maybe??? Any other ideas??

I did realize that it corresponds to the "blue" categories links color, any other ideas??

Thanks :smile:

31 Jul 2010, 11:33 AM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Newbie border problem very stuck ...

Did you add the code at the bottom of the stylesheet ?

I don't see it there now.

I'm going to suggest you copy the stock Classic stylesheet over the one you have now and start over. There's a lot of stuff you've removed that probably should be there.

31 Jul 2010, 11:41 AM
#6
nysista872 avatar

nysista872

New Zenner

Join Date:
Oct 2009
Posts:
80
Plugin Contributions:
0

Re: Newbie border problem very stuck ...

yes I may have to do that, do you know where I can find that stock stylesheet css???

31 Jul 2010, 11:53 AM
#7
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Newbie border problem very stuck ...

It's in the Zencart zip file in includes/templates/classic/css

31 Jul 2010, 11:54 AM
#8
nysista872 avatar

nysista872

New Zenner

Join Date:
Oct 2009
Posts:
80
Plugin Contributions:
0

Re: Newbie border problem very stuck ...

Thanks!