Home › Forums › WoodMart support forum › Remove price variation of a product from shop page, category and single product › Reply To: Remove price variation of a product from shop page, category and single product
April 15, 2019 at 5:35 am
#118823
Elise Noromit
Member
Hello,
Please have a look at the screenshot http://prntscr.com/nc0x7a
If you accept this add this code to the Theme Settings > Custom CSS > Global:
body .product-image-summary .summary-inner>.price{
display:none;
}
Best Regards