Home Forums WoodMart support forum Managing search form Reply To: Managing search form

#153384

Hello,

You can disable the AJAX in the Search element of the Header builder and the product would not be shown during the search loading.

Please add this code to the Theme Settings > Custom CSS > Global if you want to hide price and image:

.woodmart-search-results .autocomplete-suggestions .suggestion-price{
display:none;
}
.woodmart-search-results .autocomplete-suggestions .suggestion-thumb{
display:none;
}

Please clarify the second question: do you want the search result to move left? What width do you want the search result window to be?

Best Regards