Tagged: Product Grid
I want to use the wocommerce system to build a product catalog website.. don’t need to display the price info!!
So how to remove the price info from the product grid?
Hey moonswamp,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi Jordan, thanks for your reply, it’s still a new site now uploaded to the hosting yet,
I’m using the “Enfold-Travel” demo, and there is a Product Grid on the homepage and destinations page,
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
.woocommerce-Price-amount.amount {
display:none !important;
}
Best regards,
Vinay
that works, thanks Vinary