Search bar on header

Hello!

I was trying out the search bar on my header and noticed the text is huge and in all caps. Is there any way to shrink it?

my website is: https://crisisequipped.com

This is what it looks like:

Thank you for your help!
-Nadia

Hi Nadia,

Please add this code in X > Theme Options > CSS:

.x-searchform-overlay .form-search .search-query {
    font-size: 4em;
}

Here are some related links for further reading:

Hope this helps.

Perfect! It worked :slight_smile:slight_smile:
Thank you!!!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.