Archived topic
How do i force an embed form field to lowercase?
4 replies · Started by Bill on February 16, 2019
Hello,
I installed an embed form from mailerlite. The preview on the mailerlite site shows the embed form taking lowercase input but on my site its all UPPERCASE.
This is the code:
<div class="ml-form-embed"
data-account="1389690:z0y9s3p3c7"
data-form="1216424:o6g0p2">
/>
How can I make this change in generate press?
See mailer lite: http://prntscr.com/mlyuvc
This is all caps on my site: http://prntscr.com/mlyvff
Thanks
Bill
Hi there,
in the Customizer > Additonal CSS look for this:
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;
}
Remove the text-transform property or change it to lowercase
Thank you that worked. Awesome support BTW.
Oops, resolved.
Glad to be of help :)