New Zenner
- Join Date:
- Jan 2010
- Posts:
- 6
- Plugin Contributions:
- 0
Views: 1,404
New Zenner
Totally Zenned
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
New Zenner
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?
Totally Zenned
sorry , i can not tell you without seeing your site as those CSS rules are custom and not zencart default
New Zenner
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.
Totally Zenned
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.
New Zenner
That didn't seem to help. Did I do something wrong?
Totally Zenned
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 .
New Zenner
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.
Totally Zenned
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!
Tell staff why this post should be reviewed.