Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to get capital letters in catagory?

How to get capital letters in catagory?

Locked

Views: 1,404

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
12 Feb 2010, 10:41 PM
#1
mj55 avatar

mj55

New Zenner

Join Date:
Jan 2010
Posts:
6
Plugin Contributions:
0

How to get capital letters in catagory?

Zen Cart 1.3.5
Patch: 1::
Database Patch Level: 1.3.5
No addons

Under the categories - I cannot get the first letter of each word capitalized. Also, where can I change the >>?

12 Feb 2010, 10:54 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

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

Re: How to get capital letters in catagory?

normally , you should be able to have first word capitalized . if that is happening , a CSS rule might be effecting your category .

in your stylesheet. look for
text-transform: lowercase;
in top category rule and remove it

12 Feb 2010, 11:46 PM
#3
mj55 avatar

mj55

New Zenner

Join Date:
Jan 2010
Posts:
6
Plugin Contributions:
0

Re: How to get capital letters in catagory?

Thank you. I hope this is it:

.ml2{
font-size: 11px;
color: #2D2D2D;
text-decoration: none;
text-transform: lowercase;
}

I should make it look like this?

.ml2{
font-size: 11px;
color: #2D2D2D;
text-decoration: none;
}

Is where I could change the font size of the catagores to a larger one IE: 12 or 13px?

13 Feb 2010, 1:02 AM
#4
tony_sar avatar

tony_sar

Totally Zenned

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

Re: How to get capital letters in catagory?

sorry , i can not tell you without seeing your site as those CSS rules are custom and not zencart default

13 Feb 2010, 2:19 AM
#5
mj55 avatar

mj55

New Zenner

Join Date:
Jan 2010
Posts:
6
Plugin Contributions:
0

Re: How to get capital letters in catagory?

Sorry tony_sar. The url is teazin.com. Or would you need the style sheet? I didn't set the zen cart up, plus I have no idea what I'm looking at.

13 Feb 2010, 3:34 AM
#6
tony_sar avatar

tony_sar

Totally Zenned

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

Re: How to get capital letters in catagory?

css you provided is the correct one to modify

.ml2{
font-size: 11px;
color: #2D2D2D;
text-decoration: none;
text-transform: lowercase;
}

remove text-transform:lowercase from this rule

you can change the size of your category font from same rule . by change 11px to any other value you need.

13 Feb 2010, 2:35 PM
#7
mj55 avatar

mj55

New Zenner

Join Date:
Jan 2010
Posts:
6
Plugin Contributions:
0

Re: How to get capital letters in catagory?

That didn't seem to help. Did I do something wrong?

13 Feb 2010, 2:58 PM
#8
tony_sar avatar

tony_sar

Totally Zenned

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

Re: How to get capital letters in catagory?

modification should be done to your stylesheetoriginal.css , as far as i can see , nothing has been changed there , i still see the property that needs to be removed .

13 Feb 2010, 3:12 PM
#9
mj55 avatar

mj55

New Zenner

Join Date:
Jan 2010
Posts:
6
Plugin Contributions:
0

Re: How to get capital letters in catagory?

Ah, I had changed the name of the origional file in case I messed something up. It still must have been reading it. I deleated it and now it works fine. Thanks so much. It must be tough on you guys with some of us who know nothing.

13 Feb 2010, 3:22 PM
#10
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: How to get capital letters in catagory?

mj55:

Ah, I had changed the name of the origional file in case I messed something up. It still must have been reading it. I deleated it and now it works fine. Thanks so much. It must be tough on you guys with some of us who know nothing.

We all had to learn somehow! As long as ignorance is accompanied by an enthusiasm to learn, us "old hacks" don't mind answering the same questions thousands of times!