Hello, can i hide product price on search result? I want this because im using smart bundle products (plugin) and the price is not displayed correctly :/
This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
Hello, can i hide product price on search result? I want this because im using smart bundle products (plugin) and the price is not displayed correctly :/
Hello,
Thanks for using XStore.
Try to add the next code in Theme Options > Theme Custom CSS:
.ajax-results-wrapper .price {
display: none;
}
Regards
The issue related to '‘Hide price on serach result’' has been successfully resolved, and the topic is now closed for further responses