Hi Enfold team,
How i can change or remove the word “from” on the product grid for a specific product. ?
I am using woo commerce with woo commerce booking for my product.I have set my base cost to fix and there is no block cost on my product.
I just want to display only the title and the plain cost (exclude the word from)
Hey sarutty,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-337 .price {
visibility:hidden;
}
.page-id-337 .price .amount{
visibility:visible!important;
}
Best regards,
Vinay