Overwrite Badge "Out of Stock"
-
Hi team,
thanks for this incredible theme.
I want use the plugin “Woocommerce advanced products label”, for change text, colour, shape of “Sale” “Out of stock” badges.
It’s works for “Sale” but it doesn’t work for “Out of Stock”
Check my snapshot below, on the left it’s the badge of the theme and on the right it’s the badge of the plugin.Not overwriting, the same for the carousel not overwriting.
Do you know why ? or do you a technic for disappear the left badge ?
My best
Attachments:
You must be
logged in to view attached files.
Hi,
Do you want to hide the badge from WooCommerce and keep only that comes with the plugin? Could you please send us a link where we can see it?
Regards
Yes, I want to hide the badge for “Out of Stock”
It’s working for “Sale” but not for “Out of stock”
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.out-of-stock-label {
display:none;
}
The topic ‘Overwrite Badge "Out of Stock"’ is closed to new replies.