Archived topic
Comments posted on my blog are in all CAPS. How to fix this?
1 reply · Started by Mary on August 26, 2020
When anyone types in the comment boxes on any of my posts, the text is in all caps. It seems to turn out correct once the comment is posted, but this could result in some missing cap letters where there should be some because the commentor cannot see what they're inputting....it's just all in caps.
Is there some way to fix this?
I'm using Generatepress Premium.
And I'm also using GP Premium on several other blogs but on those, there is no problem.
Thanks,
Mary
Hi there,
Go to Additional CSS field in the customizer and remove this block of CSS:
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;
}
Let me know if this helps :)