Written by djs596
To stop this and have it displayed as you typed it in (in the ACP):
Prosilver
Open styles/{YOUR_STYLE}/theme/content.css
Find:
Code: Select all
li.header dt, li.header dd {
Code: Select all
text-transform: uppercase;
Code: Select all
/* text-transform: uppercase; */
The text is too small?
If you find that the text is too small, in the same block of css in content.css:
Find:
Code: Select all
font-size: 1em;
Code: Select all
font-size: 1.2em;
If you do this, refresh the cache again.