Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / lines in category box

lines in category box

Views: 705

Results 1 to 5 of 5
30 Oct 2012, 8:47 AM
#1
satrina avatar

satrina

New Zenner

Join Date:
Oct 2012
Posts:
21
Plugin Contributions:
0

lines in category box

Can anyone tell me how to remove these lines please? I am using the avonlee contempo template...

Attachment 11375

30 Oct 2012, 9:30 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: lines in category box

We can, but we'll need to see the site.

30 Oct 2012, 9:41 AM
#4
stevesh avatar

stevesh

Black Belt

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

Re: lines in category box

If you want to remove those lines altogether, remove the red parts from the Better Categories stylesheet:

.betterCategories, .betterDocuments, .betterEzpages,
.betterInformation, .betterMoreinformation, .betterBestsellers {
border-top: 1px solid #ffffff;
}

.betterCategories a, .betterCategories a:visited,
.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited {
display: block;
background-color: transparent;
border-top: 2px solid #ffffff;
border-bottom:1px solid #000;
padding: 4px;
}

30 Oct 2012, 9:45 AM
#5
satrina avatar

satrina

New Zenner

Join Date:
Oct 2012
Posts:
21
Plugin Contributions:
0

Re: lines in category box

thank you!