WooCommerce Search Label Text-Transform
-
Dear,
I have a WooCommerce search feature on my website, where I’d like to do the following.
I wish to make all the searches performed with “text-transform : lowercase” but I want to keep the string displayed by default “What are you looking for?” as initial with first letter in capital.
I tried the below code but it makes lower-case on everything, including the default label. Can you help me please?
.search-style-with-bg.searchform input[type=text] { text-transform: lowercase }
If I ask this request, it’s because on mobile devices, the automatic correctors make by default the first letter as capital, which doesn’t suit what I have to do here.
Thanks
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WooCommerce Search Label Text-Transform’ is closed to new replies.