How to make the search input words from menu item in lower case?

Hello,

How to make the search input words from menu item in lower case?
Now if I use the search by icon in main menu I type in my search words in UPPER CASE, I would like to have lower case. How can I do this?
(I am using PRO theme)

Kind regards,
Tiny

Hi Tiny,

Thank you for writing in, please add this on TOP of Theme Options > CSS

form.form-search input.search-query {
	text-transform: lowercase;
}

Another thing, please remove this block from your Theme Options > CSS

*===================
handleiding
https://www.cursuswp.com/hoe-buttons-maken-wordpress-html-css-class-stijl-handleiding
https://www.cursuswp.com/kleur<p><a href="https://www.cursuswp.com/bootcamp"><button class="button bt-mini">button bt-mini</button></a></p>
<p><a href="https://www.cursuswp.com/bootcamp"><button class="button bt-klein">button bt-klein</button></a></p>
<p><a href="https://www.cursuswp.com/bootcamp"><button class="button bt-normal">button bt-normal</button></a></p>
<p><a href="https://www.cursuswp.com/bootcamp"><button class="button bt-big">button bt-big</button></a></p>
<p><a href="https://www.cursuswp.com/bootcamp"><button class="button bt-jumbo">button bt-jumbo</button></a></p>
<hr>
<p style="text-align:center;"><a href="https://www.cursuswp.com/bootcamp"><button class="button bt-normal">button bt-normal (gecentreerd)</button></a></p>===================*/

This is not a CSS code so it should not be there, this can cause styling issues on your site.

Hope it helps,
Cheers!

1 Like

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