Site logo

Archived topic

Search bar capitalization

3 replies · Started by Mitch and Justine on May 4, 2020

Viewing posts 1–4 of 4

Our search bar on the primary navigation bar of our homepage is only displaying capital letters when you type in a search query. I'm wondering if I can change this in the customization settings, as I don't see an option in typography or elsewhere.

Thanks,
Justine

Hi there,

Remove this CSS added in Additional CSS field in the customizer:

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

That worked. Thanks!

No problem :)

This archived topic is closed to new replies.