How to remove the black box under product image without coding?

I have this black box under my collections tab and can I get it to go away. I am not familiar with code any suggestions?

Hi @MichaelStevens could you share your store URL?

Hey Dan thank you for reaching out! https://pawssomedogs.com/collections/all

Hi, your store has password protected to view

Hey sorry about that try now. The store is still a work in progress btw lol :joy:

You can solve the issue by adding this CSS code at the bottom of base.css file of your theme in Sale channels > Online store > Themes > Edit code > Assets > base.css

.card-wrapper .card { background: transparent !important; }

This is the result

Okay thank you let me try it here soon when I am home