New Zenner
- Join Date:
- Jul 2007
- Posts:
- 64
- Plugin Contributions:
- 0
Changing all caps to not caps in categories
can you take a look at http://www.passionatecreations.com
where can i find to remove all the caps for the categories?
thanks for any help!
Views: 776
New Zenner
can you take a look at http://www.passionatecreations.com
where can i find to remove all the caps for the categories?
thanks for any help!
Totally Zenned
Since you're using the "classic" template, it will be:
includes/templates/classic/css/stysheet.css
Find these lines:
#navColumnOneWrapper, #navColumnTwoWrapper {text-transform:uppercase;
}
```and change:
uppercase;
to:
none;
resulting in this:
#navColumnOneWrapper, #navColumnTwoWrapper {text-transform:none;
}
Actually, it would be even better to just delete that whole entry That would clean you code up a little bit, as it absolutely useless.
New Zenner
thank you thank you thank you so much! it worked!:clap:
Totally Zenned
Not a problem. Glad to see you got it.
Tell staff why this post should be reviewed.