Comments entered into are CAPITALIZED


Author Message
manni60320

Posted: 12/26/2011
Quote message 

I've got a problem when entering comments into the commentary field after a post. While entering a comment, all letters are CAPITALIZED, even though caps-lock is not on. Once published the comments are shown in normal font-style again. How can change this back to the "normal" font, meaning that the font used hile writing the comments will not be capitalized anymore.
 
Gina

Posted: 12/26/2011
Quote message 

Hi,

You can go to wp-admin => Appearance => Editor and open style.css file. Look for
text-transform: uppercase;

(you can press Crtl+F for quicker search and sear by "uppercase")
Wherever you see this line, delete it.
 
Helen

Posted: 1/12/2012
Quote message 

Where do we edit this in the template? I don't want my clients having to manually edit their CSS every time I send them a theme?

Cannot see where we can edit the CSS when we create the templates.
 
techtom

Posted: 1/12/2012
Quote message 

this is normally all set when you set the content area in artisteer. You can double check all those settings to make sure all caps is not set anywhere.

You can also just add this to the css export area in artisteer and it should fix the issue.

input, select, textarea { text-transform:lowercase; }
 
techtom

Posted: 1/12/2012
Quote message 

you could also add that to the last line of your style.css file or add it to the css that already exists for input, select, textarea
 
Jae

Posted: 10/27/2014
Quote message 

Thanks for this, I had the same problem with my website.
However, just to clarify, if you have a text-transform: uppercase; it might just be for other aspects of your site. I'd got my Navigation Menu set to uppercase. So you also need to make sure it just the input, select and textarea that you are removing the text-transform from.

And, you can edit the CSS directly in Artisteer. Just go to the following menu options:

Export > Options > CSS Options

Hope that helps. :-)

Jae

<a href="http://jaelex.com">Jaelex.com</a>