Hi,
Can i hide “sale” image in products that have a sale price?
Thanks,
Hi,
Can i hide “sale” image in products that have a sale price?
Thanks,
Yes you can remove them from your appearance >> customize >> woocommerce >> badge.
Hi,
I disabled badges but they are still in frontend.
How can i hide “sale” image so?
Thanks,
Hi,
They would only show up after disabling badge - if you have a sale price in the product itself. Please remove it and it will stop showing:
If you want to still remove it even though you have added the sale price - please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box and copy paste the following:
.product-badge img {
display: none;
}
Ty