Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Need a line separating categories

Need a line separating categories

Locked

Views: 528

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
28 Jul 2009, 12:29 AM
#1
goldbuckle avatar

goldbuckle

Zen Follower

Join Date:
Dec 2006
Location:
near Atlanta Georgia
Posts:
220
Plugin Contributions:
0

Need a line separating categories

Can anyone tell me how to put a horizontal line in between my categories?

28 Jul 2009, 9:33 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

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

Re: Need a line separating categories

there are few possible way of doing this .
1: hack the zencart code to add HR tag in correct place.
1: install a free addon that will allow you to customize your category sidebox .

3: add this code to your stylesheet.css to create a bottom border for your top level category .

.category-top {
border-bottom:1px solid black;
}

hope i have been of help somewhat . :cry: