Home › Forums › WoodMart support forum › How to get “select category” to show fully in search bar › Reply To: How to get “select category” to show fully in search bar
May 4, 2022 at 1:37 am
#372911
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-search-cat>a {
text-transform: uppercase;
font-size: 10px;
}
Best Regards