This topic has 2 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Olga Barlow
Hello,
I want to hide the prices in the search results of my store. I have the catalog mode active and I hide all the prices.
But when using topic search, the results show prices.
How I can get this?
Hello,
Add below code to Theme Options > Custom CSS to hide prices
.ajax-results-wrapper .content-product .price {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up