Why do small white boxes appear on my product images?

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.

Hello @will1377 ,

Please share the store URL

Thanks

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!