Search form decapitalization
-
Hi,
I want my ‘choose category’ text in search form (presented on the screenshot attached) to be small-lettered, just like this guy https://xtemos.com/forums/topic/change-header-fonts-and-categories-name/ got his menu items.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global
body .search-by-category .input-dropdown-inner>a {
text-transform: lowercase;
}
Best Regards
For those reading:
actual code that worked for me is
body .search-by-category .input-dropdown-inner>a {
text-transform: none;
}
Hello,
We are glad you have solved the problem. If you have any questions please feel free to contact us.
Best Regards
The topic ‘Search form decapitalization’ is closed to new replies.