add border radius

add border radius

JarnoBroekkamp
Excursionist
72 0 10

Hi everyone,

 

How can i add border radius to the images on the following sections?

 

URL is www.ateliercharisma.com

Image 19-11-2024 at 11.12 (1).jpegImage 19-11-2024 at 11.12.jpeg

Replies 2 (2)

steve_michael2
Navigator
445 38 61

Hello, 

1) Go to Online Store
2) Edit Code
3) Open your theme.liquid file
4) Add the following code in the bottom

#img.product-card__image.product-card__image--primary.object-cover.aspect-square{
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

Thanks!

binal_identix
Shopify Partner
703 61 121

Hello @JarnoBroekkamp 

Go to the setting> Theme> Edit code> Choose Theme.css  > Paste below the code

 

.featured-collections-carousel__item.is-selected .object-cover {
    border-radius: 20px !important;
}

 

 

iCart Cart Drawer Cart Upsell App


- If you find the solution helpful, please accept and like it
- To learn more visit www.identixweb.com