What's your biggest current challenge? Have your say in Community Polls along the right column.

add border radius

add border radius

JarnoBroekkamp
Excursionist
65 0 6

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
Trailblazer
356 33 46

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!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount

iCart_App
Shopify Partner
637 60 113

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