Hey,
Is it possible to remove the price from the Products & All Products page? I would like for the prices to only appear on the product details page (when they click on the picture to see the product and product description).
Thanks,
Hey,
Is it possible to remove the price from the Products & All Products page? I would like for the prices to only appear on the product details page (when they click on the picture to see the product and product description).
Thanks,
Hi pwsanders,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .price {
display:none;
}
#top.single-product .price{
display: block;
}
Regards,
Devin
Thanks
Glad we could help :)
Let us know if you have any other questions or issues.
This topic has been closed to new replies.