-
AuthorPosts
-
December 17, 2008 at 1:27 pm #136315
How can I get Heading style witout uppercase, just with one capital letters?
Please look attachment
Regards
Medo
primarywise Friendprimarywise
- Join date:
- August 2007
- Posts:
- 9
- Downloads:
- 2
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
December 17, 2008 at 4:26 pm #283254Hi Medo
Do a search in template_css.css in the ja_larix folder for text-transform …. that’ll show you all the instances where text is forced into displaying in a certain manner. Then, depending how you want things to look you can either:
a) delete that line altogether if you don’t want to force anything
b) change the line to ….text-transform: uppercase; (to force UPPERCASE)
text-transform: lowercase; (to force lowercase)
text-transform: capitalize; (To Make Each Word Start With A Capital)
text-transform: none; (pretty much the same as deleting the line and having no effects)CJF
1 user says Thank You to primarywise for this useful post
December 17, 2008 at 7:35 pm #283265Works perfect
Thank you:D
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by medo 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Headng Style
Viewing 3 posts - 1 through 3 (of 3 total)