Product costumization help

Hello! My product looks like this right now:
https://gyazo.com/4c6113cb33d5bda70edfa713e0589d03

and i want it to look like this, with be background and the Add to Cart button inside it (only gray under product picture)
https://gyazo.com/dc09b8c6465ace6bdcf689b1680c2f76

website: readytovintage.com

Hi @VintBazar ,

Let me know if you need help with the customization.

Thank you

Hi @VintBazar

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the

<style>
.product-card-wrapper .card > .card__content {
    background: rgba(0, 0, 0, .1);
    padding: 10px;
}
</style>

Hope this can help you solve the issue

Best regards,

Richard | PageFly

Thanks! Do you see how the Hover box is to far away down below on the button? how to fix? :heart: