Hello
I was asking for your help on rotating the “Out of stock” and New badge ,
but i just saw that when that item is actually sold ,
the Out of Stock is not 100% shown ,
here’s the code you gave me
.woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge {
background: transparent!important;
color: #ff0000 !important;
font-size: 10px;.
right: 10px!important;
top: 10px!important;
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
Thanks.
Attachments:
You must be
logged in to view attached files.