Archived topic
Uppercase text in comments
4 replies · Started by David on September 23, 2020
Hi,
When people want to write a comment, the text always appeas as uppercase text instead you write it on lowecase.
But this happend from yesterday. The pluggin GeneraePress premium is update.
Any idea about what it´s happend?
Hi there,
can you provide a link to your site so we can see what the issue is.
Hi David.
Of course:
https://controlyperspectiva.com/2020/09/nuevo-rumbo.html
Try to write a comment in lowercase and you´ll see you can´t
Go to Additional CSS field in the customizer and remove this 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;
}
Thanks, it´s works perfectly!!