On the home page of my store my images have white boxes covering their bottom left corners. Looking through similar posts I can see its a coding issue. Im not familiar with coding and was wondering if anyone knows how to fix this issue. Thanks in advance.
Sorry for the delayed response https://shopheartstopper.com/
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->base.css->paste below code at the bottom of the file:
.badge {
background-color: transparent !important;
}
That worked thank you!
