hi,
I am using Woocommerce with Enfold, how can I add fixed text besides (before) the “price and discount price”?
also, how do I remove the “sales” badge?
http://screencast.com/t/fzzpN91M
thank yo very much :)
Hi decode!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.onsale {
display: none;
}
del>span.amount:before {
content: 'Text 1 ';
}
ins span.amount:before {
content: 'Text 2 ';
}
Regards,
Yigit
thanks a lot !! Excellent support!!