How to get rid off the white lines in the corner of product card in featured collection?

Hi

I wanted to know how to remove the white lines in the edges of product card.

Shop URL: https://60338a.myshopify.com/

Below the photo of what i mean:

Hi @UL1

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.card.card–card.card–media.color-background-2.gradient {

border-radius: 100px !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like