solved How to change the capitalization of text?

pch
@pch
9 years ago
328 posts
Hello,

In JR, the first letter of almost every module header is being automatically capitalized. (e.g. on the home page). How to disable the automatic capitalization?

If you write let say: "Sr(a)s", it will output "Sr(A)S" or "Les plus récent(e)s" (The most recent), it will output: "Les Plus Récent(E)S".
"E" and "S" is treated as a single letter of a separate word.

Capitalization should be added manually by the writer whenever he/she feels necessary when entering/typing the text.

Thanks
updated by @pch: 09/15/16 05:49:04PM
douglas
@douglas
9 years ago
2,806 posts
It will most likely be in a CSS file for the module or the skin your using.

Search for text-transform:capitalize; and either remove it or change it to text-transform:none;

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
pch
@pch
9 years ago
328 posts
I have searched in the style tab of my clone skin but I couldn't find it.
douglas
@douglas
9 years ago
2,806 posts
What skin did you clone?

You'll want to do this in an editor and not on the style tab.

I can tell you that the h1, h2 etc. tags all have text-transform:capitalize; in the skins html.css file.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

updated by @douglas: 06/16/16 04:38:34AM
pch
@pch
9 years ago
328 posts
douglas:
What skin did you clone?
You'll want to do this in an editor and not on the style tab.
I can tell you that the h1, h2 etc. tags all have text-transform:capitalize; in the skins html.css file.
Hope this helps!

Thanks Douglas, I have managed to find the html.css in the style tab and changed all the header (h1, h2 etc) - text-transform from "capitalize" to "none". It works.

Thanks a lot.
douglas
@douglas
9 years ago
2,806 posts
Your welcome! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags