Archived topic
Comment submission fields all in CAPITALS
3 replies · Started by Toby on June 26, 2022
Hey, we're building a new blog site (https://azaria.blog) and the final bug I'm trying to fix has been found in testing where when a comment is left, the comment box, full name, and email fields are all in CAPITALS, and anything typed in any of these fields are also all in CAPITALS.
It's annoying and looks bad. The weird thing is that when the comment is posted, the capitalisation is correct, as originally entered and intended.
Example here: https://i.imgur.com/EnIc9Ev.jpg
I've looked through all the Typography sections and can't find anything mentioning comments, or where this font/style is set.
Any help would be appreciated.
Thanks,
Toby
Hi Toby,
In Appearance > Customize > Additional CSS, you have this code:
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], textarea, select {
text-transform: uppercase;
font-size: 13px;
}
If you want to remove this specific behavior, kindly remove the text-transfrom: uppercase rule.
Hope this helps! Kindly let us know how it goes.
Many Thanks Fernando, quick and simple to solve! :)
I didn't add that there, so it must've been part of the default template we imported.
Yes, it’s part of the template. You’re welcome Toby! :)