Hi:
Does anyone know how to make the corners of my collection images round on my homepage? My theme is Dawn.
Thanks!
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
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:
Open your theme.liquid theme file
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:
.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!!! ![]()
I am glad that my solution is helpful to you.
Best regards,
GemPages Support Team