Home Forums WoodMart support forum Edit preview product Reply To: Edit preview product

#391512

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