x

How can I hide product prices?

Working on a site to display products we carry, in the futre will move to an ecommerce site. For now want to just display products.
I have been able to hide the quanity and add to cart buttons - any working ideas on how to hide the prices anyone...?

Really appreciate any sugguestions.
Thank you!!!

1,810 Views
Message 1 of 3
Report
2 REPLIES 2
Square

1,804 Views
Message 4 of 3
Report

Thank you for your help!
That did work - but I still have the issue of the prices displaying on the main pages, or catagory pages. Any suguesstions?

This is what I have so far:

<style>
body.sticky-nav-on .site-canvas
{
padding-top: none !important;
}

</style>
<style>

#wsite-com-product-buy, #wsite-com-product-inventory, #wsite-com-product-price-area { display:none; }

.wsite-com-product-price .wsite-com-price {
display:none !important;

.wsite-com-price wsite-com-category-product-price
display:none !important;


</style>

1,793 Views
Message 4 of 3
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.