[Resolved] How do i force an embed form field to lowercase?

Home Forums Support [Resolved] How do i force an embed form field to lowercase?

Home Forums Support How do i force an embed form field to lowercase?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #812167
    Bill

    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

    #812181
    David
    Staff
    Customer Support

    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

    #812196
    Bill

    Thank you that worked. Awesome support BTW.

    #812197
    Bill

    Oops, resolved.

    #812198
    David
    Staff
    Customer Support

    Glad to be of help 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.