Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / sub-category fonts... how to change them

sub-category fonts... how to change them

Views: 1,844

Results 1 to 15 of 15
8 Jul 2011, 12:21 AM
#1
tparvaiz avatar

tparvaiz

Zen Follower

Join Date:
Jun 2011
Posts:
150
Plugin Contributions:
0

sub-category fonts... how to change them

Hi,

May I know how to increase the font of the sub-category (I am referring to the page that links from the category to the sub-category regions)...

Most of the posts on zen-cart refers to the stylesheet but unfortunately I wasn't able to find anything related...

given that I am not expert in the CSS coding, I changed all the font-sizes (one by one) to see if there is one available for sub-category... but found none...

Please advice...

Thanks

8 Jul 2011, 3:21 AM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: sub-category fonts... how to change them

Let us see your site so we know exactly what advice to give you.

8 Jul 2011, 7:52 AM
#3
tparvaiz avatar

tparvaiz

Zen Follower

Join Date:
Jun 2011
Posts:
150
Plugin Contributions:
0

Re: sub-category fonts... how to change them

may I know how to change fonts of sub-category page

Thanks in advance

8 Jul 2011, 8:16 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: sub-category fonts... how to change them

Need a link to the page you are concerned with

8 Jul 2011, 3:18 PM
#6
stevesh avatar

stevesh

Black Belt

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

Re: sub-category fonts... how to change them

You didn't say exactly what you want to do, but adding this to the bottom of your stylesheet should give you a start:

.categoryListBoxContents a {font-size:1.5em; color:#000;}

8 Jul 2011, 9:20 PM
#7
tparvaiz avatar

tparvaiz

Zen Follower

Join Date:
Jun 2011
Posts:
150
Plugin Contributions:
0

Re: sub-category fonts... how to change them

I want to increase the fonts of categories, such as "Gift Items", "Electronics", etc...

will try your suggestion and will get back to you accordingly...

thanks again

8 Jul 2011, 10:58 PM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: sub-category fonts... how to change them

increase the fonts of categories
That will then be adding to what you have - and adjust to suit

#productListHeading {
        margin-bottom:15px;
        font-size:  2em;
        }
9 Jul 2011, 12:52 AM
#9
tparvaiz avatar

tparvaiz

Zen Follower

Join Date:
Jun 2011
Posts:
150
Plugin Contributions:
0

Re: sub-category fonts... how to change them

may I know where to add this code...?

Thanks again for your assistance

9 Jul 2011, 10:21 AM
#11
stevesh avatar

stevesh

Black Belt

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

Re: sub-category fonts... how to change them

My advice in post #6 will do that.

9 Jul 2011, 10:44 AM
#12
shoplittlemissk avatar

shoplittlemissk

New Zenner

Join Date:
Jul 2011
Location:
Illinois
Posts:
20
Plugin Contributions:
0

Re: sub-category fonts... how to change them

Thank you. I had this same question!

9 Jul 2011, 11:06 AM
#13
tparvaiz avatar

tparvaiz

Zen Follower

Join Date:
Jun 2011
Posts:
150
Plugin Contributions:
0

Re: sub-category fonts... how to change them

stevesh:

You didn't say exactly what you want to do, but adding this to the bottom of your stylesheet should give you a start:

.categoryListBoxContents a {font-size:1.5em; color:#000;}

may I know in which file to put this code...?

Thanks

9 Jul 2011, 11:49 AM
#14
shoplittlemissk avatar

shoplittlemissk

New Zenner

Join Date:
Jul 2011
Location:
Illinois
Posts:
20
Plugin Contributions:
0

Re: sub-category fonts... how to change them

tparvaiz:

may I know in which file to put this code...?

Thanks

/includes/templates/YOUR_TEMPLATE/css/stylesheet.css

9 Jul 2011, 10:52 PM
#15
tparvaiz avatar

tparvaiz

Zen Follower

Join Date:
Jun 2011
Posts:
150
Plugin Contributions:
0

Re: sub-category fonts... how to change them

stevesh:

You didn't say exactly what you want to do, but adding this to the bottom of your stylesheet should give you a start:

.categoryListBoxContents a {font-size:1.5em; color:#000;}

Thanks

it worked