Page 1 of 1

Problem with Caps letters

Posted: 27 Feb 2012, 09:10
by Antuk
Hi.
Have problem in version 1.5.3
In subject, email, name and captcha fields I can write only big letters (it look like caps is ON). Submit and reset buttons with caps too. In content field everything is OK.
Where I can change it?
Image

Re: Problem with Caps letters

Posted: 27 Feb 2012, 10:50
by Antuk
Solved!
Problem in template css, how I forgot about that value :x
If someone 'll have this problem, try find in CSS:

input, select, textarea
{
vertical-align: middle;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
font-size: 13px;
text-transform: uppercase;
}
Only comment bold values.

Thanks for all.

Re: Problem with Caps letters

Posted: 28 Feb 2012, 16:19
by Benno
Ok. Solved!

Kind regards,
Benno