Could you guys help me figure out how to add border radius to product images, images in description, add to cart button and email subscription?
my shopify store is lifegud.in
thank you
Could you guys help me figure out how to add border radius to product images, images in description, add to cart button and email subscription?
my shopify store is lifegud.in
thank you
Hi @areybro ,
We can do this design but we need to put a border. So it would be visible. Like this:
If it this one. let me know.
okay but can the border have transparent color?
Okay so you dont like to put the border.
Try this one. Its for the product.
.card__media img {
border-radius: 20%;
}
.card__inner.color-background-2.gradient.ratio {
border-radius: 20%;
}
Result:
I hope it help.
yes it works but it doesnt work for the product page
Yes that is only for collection pages.
This is for product pages.
Same Instruction.
.product__description.rte.quick-add-hidden img {
border-radius: 20%;
}
slider-component#GalleryViewer-template--19846431047981__main img {
border-radius: 20%;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
border-radius: 20%;
}
Result:
Im still trying to figuring out for the button. It a bit tricky.