Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to edit style of (x) number?

How to edit style of (x) number?

Locked

Views: 876

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
5 Jun 2009, 2:39 PM
#1
sbird avatar

sbird

New Zenner

Join Date:
Jun 2009
Posts:
7
Plugin Contributions:
0

How to edit style of (x) number?

I know how to remove the number count after the category name but I'd like to know where to edit the div class or id where that line of code is. I just want to edit the style of that little (2) part. Thanks for your help.:smile:

5 Jun 2009, 4:42 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: How to edit style of (x) number?

You shouldn't need to touch the code, use the CSS to change the style. You can also turn the category counts off via the Admin if you desire.

5 Jun 2009, 6:20 PM
#3
sbird avatar

sbird

New Zenner

Join Date:
Jun 2009
Posts:
7
Plugin Contributions:
0

Re: How to edit style of (x) number?

Hm. well that is what I was asking. How do I change it in CSS? Do I need to add a special div name to that line somewhere in the code so that I can? Does anyone know the div class/id name of that exact (x) part?

5 Jun 2009, 8:23 PM
#4
tony_sar avatar

tony_sar

Totally Zenned

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

Re: How to edit style of (x) number?

the (x) part of category is not associated with any div.. they simply text on your page. you can change the color without effecting links in your category by adding following to your stylesheet.css

#categories {
color:gray;
}

change color value to anything that suites you .

6 Jun 2009, 5:13 PM
#5
lamcpp avatar

lamcpp

New Zenner

Join Date:
May 2009
Posts:
6
Plugin Contributions:
0

Re: How to edit style of (x) number?

Hi,
I'd like to add the picture (the small point) next to every link categry.
How can I do this?