Site logo

Archived topic

upper case typography in fields

3 replies · Started by Christian on January 15, 2019

Viewing posts 1–4 of 4

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!

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 :)

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

No problem :)

This archived topic is closed to new replies.