Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing Sub Category Font Size found under Category Description

Changing Sub Category Font Size found under Category Description

Views: 4,803

Results 1 to 4 of 4
1 Oct 2008, 10:55 PM
#1
market_with_a_g avatar

market_with_a_g

New Zenner

Join Date:
Sep 2008
Posts:
7
Plugin Contributions:
0

Changing Sub Category Font Size found under Category Description

Ok...I'm starting to get pretty good at bumbling my way around zen cart, but I've hit a road block. What part of the stylesheet.css controls the font size of the subcategories that appear under the category description?

For example, in the Holiday Cards Category on my page, there is a description of the category. Then under that description, the sub categories of Custom Cards and Mostly Designed cars Appear, but they are really small. How do I make them bigger?

Here is the link to the page I am talking about:

http://www.marketwithag.com/shop/index.php?main_page=index&cPath=1

Thanks,
Oriana

7 Sep 2009, 4:58 PM
#2
zahid avatar

zahid

New Zenner

Join Date:
Aug 2009
Posts:
30
Plugin Contributions:
0

Re: Changing Sub Category Font Size found under Category Description

Hi All!!

I am working on client site, which has showing blank page for some subcategires. Plz check the link, I want to add some button for that categories , subcategories. But when I add button in the description of that product, when I add it from admin site and save it , but it not showing as client side.

http://www.bestlaminate.net/index.php?main_page=index&cPath=1_4&zenid=ougkj8507j6obr3usdlp0b30m4

Please anybody give me urgent help plz.
Thanks,
Zahid

7 Sep 2009, 5:16 PM
#3
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: Changing Sub Category Font Size found under Category Description

The css you are looking for is something like:

.category-products{font-size:120%;}
.category-subs{font-size:120%;}

I'd really recommend using firefox and its 'web developer toolbar' It makes finding this stuff much much easier.

3 May 2011, 9:44 PM
#4
iluvedancin avatar

iluvedancin

New Zenner

Join Date:
Nov 2009
Location:
england
Posts:
36
Plugin Contributions:
0

Re: Changing Sub Category Font Size found under Category Description

Hey there

Just wanted to say that your pointer for adjusting the sub-catagory link font size helped me BIG TIME! So I would like to clarify what I did in my stylesheet to make my links bigger (This is the link to a sub-catagory page: http://designawardrobe.com/index.php?main_page=index&cPath=22 (I've changed to 16px)

  1. Round about line 350 is: /The main content classes/
    I placed this code underneath

.categoryListBoxContents {
font-size: 16px;
}

N that's it simply. Took me a couple of days researching so thought might just help someone else out. :)