Home › Forums › WoodMart support forum › Edit preview product › Reply To: Edit preview product
July 17, 2022 at 3:17 am
#391512

Elise Noromit
Member
Hello,
Please replace the code with this one:
body.archive .woocommerce-price-suffix {
display:none;
}
.archive .products .product-grid-item ul.extra-inf li span.value p:not(.avl){
display:none!important;
}
Best Regards