How can I round the corners of collection images on my homepage?

Hi:

Does anyone know how to make the corners of my collection images round on my homepage? My theme is Dawn.

Thanks!

Hello @jiangxinj ,

It’s GemPages support team and glad to support you today.

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Yes, it’s:

endoxoslife.com

PW: Psalm_103

I’m trying to imitate this store:

Collections – Belesmé - Memorable Jewelry Gifts (belesme.com)

See that they have the rounded corner on their collection images, which is what I intend to do.

Hello @jiangxinj ,

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

Hi @jiangxinj ,

This is Victor from PageFly - Landing Page Builder App.

You can try this code by following these steps:

  • Go to Online Store->Theme->Edit code
  • Asset->component-card.css
  • Paste the below code at the bottom of the file
.card.card--standard.card--media {

 border: solid gray 0.3rem;

 border-radius: 1rem;

}

.card.card--standard.card--media img {

  border-top-left-radius: 1rem;

  border-top-right-radius: 1rem;

}

Hope my solution works perfectly for you!

Regards,

Victor | PageFly

It worked! Thank you so much!!! :smiley:

I am glad that my solution is helpful to you.

Best regards,
GemPages Support Team