[Resolved] upper case typography in fields

Home Forums Support [Resolved] upper case typography in fields

Home Forums Support upper case typography in fields

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #782940
    Christian

    Hi there,

    I’m happy to use GeneratePress for my website which is available here: https://www.vocapella-popchor.de/wordpress
    There are several fields, e.g. right sidebar with field for entering e-mail address to receive the newsletter or the contact form under https://www.vocapella-popchor.de/wordpress/kontakt/.

    Is there a way to change the upper case typography in all the fields to upper AND lower case typography?
    I already found the typography settings in the customizer but any option to change case sensitivity in fields.

    Would be glad to have your support!

    #783001
    Leo
    Staff
    Customer Support

    Hi there,

    Go to the Additional CSS field in the customizer and remove text-transform: uppercase; from

    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 ๐Ÿ™‚

    #787194
    Christian

    This works perfectly! Thank you very much for your quick response!

    #787232
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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