Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Sidebox header text?

Sidebox header text?

Locked

Views: 805

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
10 Dec 2009, 2:13 PM
#1
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Sidebox header text?

I'm looking for a way to move the text in the sidebox header to the left. I know there's a way to do it. I just can't find it. Anyone have a solution?

I'm also wanting to add a line between the categories and subcategories.

Thanks for the help.

10 Dec 2009, 2:17 PM
#2
kuroi avatar

kuroi

Totally Zenned

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

Re: Sidebox header text?

Find the bit of your stylesheet that starts

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a

and add the following style

text-align:left

10 Dec 2009, 2:33 PM
#3
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Re: Sidebox header text?

Thanks for the help Kurol. I guess I'm blind in one eye and can't see out of the other because I really should have seen that one. LOL

10 Dec 2009, 3:00 PM
#4
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Re: Sidebox header text?

One issue solved. Anyone have an idea about adding a line between the subcategories?

10 Dec 2009, 6:04 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Sidebox header text?

There are a couple of possibilities depending on exactly how you want this to work.
You can add a border-top or border-bottom to the subcat rules in your stylesheet, and every subcat will have a line above or below it. It is possible to fine-tune this a bit if you want.```
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
color: #FF0000;
text-decoration: none;
border-bottom: 1px solid #aabbcc;;
}

If you want individual control over which subcats get dividers, you can install Categories Dressing.