Archived topic
when visitors type comments they show in all caps
3 replies · Started by Lonnie on April 28, 2020
Viewing posts 1–4 of 4
When visitors type comments in the comment field the words show in all caps. How do I correct this? Thanks.
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 :)
Thanks! That worked perfectly! I appreciate it!!
No problem :)
This archived topic is closed to new replies.