Removing borders from images on featured collection on homepage

I am looking for help to guide me to remove these highlighted borders from images in a featured collection on homepage

. Can anyone help?

Please let me know how can we do it.

@Mehtab_Ali , Could you please share your store URL?, so I can check and guide you accordingly.

Sure. www.scentyou.pk

Hi @Mehtab_Ali

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->component-card.css

.card.card--product {
    border: 0 !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

@Mehtab_Ali , please add the below line of CSS code at the end of your base.css file.

.card.card--product{
border:0;
}

hope this will solve your problem.

1 Like

Thanks a lot. It worked.