disable Free label when price is Zero
-
Dear friends,
My case is that the “Free” badge shows up on the product image when I set its price to 0.
I inspected this by right-click->inspect on badge “Free”, & it seems like reason of this is mentioned below:}
.product__badge.free {
background: #30a335;
}I added 1 line to this code, it becomes:
.product__badge.free {
background: #30a335;
display: none;
}and paste this new code to Theme File then click upload file. But nothing happen
I appreciate your kind supports
Thanks
- The topic ‘disable Free label when price is Zero’ is closed to new replies.