Home › Forums › WoodMart support forum › I want to hide the suggestion function when searching for products › Reply To: I want to hide the suggestion function when searching for products
February 15, 2020 at 5:31 pm
#173701
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-search-full-screen .autocomplete-suggestion .suggestion-thumb {
display:none
}
Best Regards