- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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!!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
You could try the solution on this thread, @jamiey21:
https://community.weebly.com/t5/How-Do-I-In-the-Community/Hide-category-product-price/td-p/99380
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report