Tagged: button, sale, woocommerce
I don’t know if I can ask this here. But I want to get rid of the sale button here => http://www.studioinktvis.com/brands/kerst-aanbiedingen/
And the sold out text here => http://www.studioinktvis.com/brands/button/
But how can I do that?
I looks with woocommerce but I cannot find it
Hey studioinktvis,
Please try the following in Quick CSS under Enfold–>General Styling:
span.onsale, span.soldout {
display:none !important;
}
Best regards,
Rikard
Hi sorry for the very late replay. But it does not work.