Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Catagory Sidebox - delete # of items

Catagory Sidebox - delete # of items

Locked

Views: 1,484

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
13 Sep 2007, 2:25 PM
#1
peppyone avatar

peppyone

New Zenner

Join Date:
Dec 2004
Posts:
37
Plugin Contributions:
0

Catagory Sidebox - delete # of items

The default setting for the Catagory sidebox displays the number of items available in each catagory. How do I turn that off. I just want a catagory listing.

I also want to make the font a little larger.

Anybody with some quick answers.

YOu all so wonderful. Many thanks in advance.

13 Sep 2007, 2:44 PM
#2
andrewclarke avatar

andrewclarke

New Zenner

Join Date:
May 2006
Location:
Isle of Wight, UK
Posts:
77
Plugin Contributions:
1

Re: Catagory Sidebox - delete # of items

OP,

To turn off Category Counts this is What you will need to do.

  1. Login to your admin area.

  2. Hover over 'Configuration' and click on 'My Store'

  3. Scroll down to 'Show Catagory Counts' and click on it.

  4. Set to 'False' & Click 'Update'

Andrew

13 Sep 2007, 2:46 PM
#3
gjh42 avatar

gjh42

Black Belt

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

Re: Catagory Sidebox - delete # of items

Admin > Configuration > My Store > Show Category Counts.

You can control the categories font size in a number of different ways, depending on how much of it you want to enlarge.
In your stylesheet, add your choice of:```
/to control all category text including the header/
#categories {
font-size: 1.2em;
}
/to control all of the category box text/
#categoriesContent {
font-size: 1.2em;
}
/to control just the top category names and all/featured/etc.
(leaving subcats a bit smaller)
/
a.category-top, a.category-links {
font-size: 1.2em;
}

13 Sep 2007, 2:50 PM
#4
peppyone avatar

peppyone

New Zenner

Join Date:
Dec 2004
Posts:
37
Plugin Contributions:
0

Re: Catagory Sidebox - delete # of items

Wow! that was easy. I guess I missed that. I was looking everywhere for that. Many thanks.

15 Sep 2007, 11:47 AM
#5
peppyone avatar

peppyone

New Zenner

Join Date:
Dec 2004
Posts:
37
Plugin Contributions:
0

Re: Catagory Sidebox - delete # of items

Thank you Glen. Where is this style sheet? I am pretty much a novice here and was hoping to stick with admin controls.

gjh42:

Admin > Configuration > My Store > Show Category Counts.

You can control the categories font size in a number of different ways, depending on how much of it you want to enlarge.
In your stylesheet, add your choice of:```
/to control all category text including the header/
#categories {
font-size: 1.2em;
}
/to control all of the category box text/
#categoriesContent {
font-size: 1.2em;
}
/to control just the top category names and all/featured/etc.
(leaving subcats a bit smaller)
/
a.category-top, a.category-links {
font-size: 1.2em;
}

15 Sep 2007, 12:04 PM
#6
gjh42 avatar

gjh42

Black Belt

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

Re: Catagory Sidebox - delete # of items

/includes/templates/your_template/css/stylesheet.css.

I suspect you haven't created a custom template folder yet, so your next step should be to read the FAQ/tutorials on that so you can proceed on a sound foundation.

31 Dec 2007, 3:08 PM
#7
daver1510 avatar

daver1510

New Zenner

Join Date:
Jul 2007
Posts:
70
Plugin Contributions:
0

Re: Catagory Sidebox - delete # of items

I've turned off the # of items but I still have -> after my catagories.
How do u get ride of them?

Dave
Happy New Year!!!!:clap:

31 Dec 2007, 3:25 PM
#8
gjh42 avatar

gjh42

Black Belt

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

Re: Catagory Sidebox - delete # of items

Configuration > Layout Settings > a bunch of settings for this general topic:

Categories Separator between links Status 1
Categories Separator between the Category Name and Count
Categories Separator between the Category Name and Sub Categories  
Categories Count Prefix  (
Categories Count Suffix )
Categories SubCategories Indent   

This is the one you are asking about:

Categories Separator between the Category Name and Count

and you may also want to customize some others. Play with them in your custom template and see what happens; just keep the original copy in /template_default/ so you can go back if you want.

31 Dec 2007, 4:15 PM
#9
daver1510 avatar

daver1510

New Zenner

Join Date:
Jul 2007
Posts:
70
Plugin Contributions:
0

Re: Catagory Sidebox - delete # of items

Thanks the

Categories Separator between the Category Name and Count worked.

Happy New Year.

gjh42:

Configuration > Layout Settings > a bunch of settings for this general topic:

Categories Separator between links Status 1
Categories Separator between the Category Name and Count
Categories Separator between the Category Name and Sub Categories  
Categories Count Prefix  (
Categories Count Suffix )
Categories SubCategories Indent   

This is the one you are asking about:

Categories Separator between the Category Name and Count

and you may also want to customize some others. Play with them in your custom template and see what happens; just keep the original copy in /template_default/ so you can go back if you want.