Removing Price from Category Page

Hello there.  I learned how to remove pricing from individual Product pages but can anyone advise on how to remove the $ amount on Category pages?  Any advice would be greatly appreciated!

4,780 Views
Message 1 of 25
Report
24 REPLIES 24

This should hide that if you add to Settings > SEO > Header Code:

<style>
#wsite-search-product-results .wsite-search-product-price
{
display: none !important;
}
</style>
762 Views
Message 22 of 25
Report

How do you remove pricing for individual products?

618 Views
Message 26 of 25
Report
Square

Did you want to do that on an individual product page, @pli? Try taking the code that BJ gave above and using it in an Embed Code element in the long description area of a product page. You can get to that page in the editor by editing the product in Store > Products and using the save & view option (it may be directly on the top right, or under the "..." button).

616 Views
Message 26 of 25
Report

Tried that, no joy.

609 Views
Message 26 of 25
Report