How can I make the product image bigger and add round corners

Hi, how can I make the product image bigger and add round corners?

my url: https://33b985.myshopify.com/

Kind Regards

like this:

Hi @Anonymous ,

Which theme you are using?

1 Like

it’s a custom theme.

@Anonymous , Go to product-grid-item.css :

.grid-product__image {
    
    border-radius: 10px !important;
}
1 Like

I hope this code will work

.grid-product__image {
    border-radius: 10px;
}

Best Regards

Team_OSC

1 Like

where exactly do I have to insert the code? If I paste the code at the bottom it doesn’t work.

Theme has a CSS file. You need to paste this code in that file.

1 Like

@Anonymous , search for product-grid-item.css in your theme assets and paste the code.

1 Like

Thanks it works. Do you know how i can make the product picture bigger too?

Is this size okay?

If you need this size then paste this code

[data-view=scrollable-5] .grid-item, [data-view=xsmall] .grid-item {
    flex: 0 0 33.33%;
}

Hope this code will work.

Best Regards

Team_OSC

1 Like

No, thats to big. I want 5 product pictures in a row like this:

Kind Regards

I can fix the code myself. Thank you for the help. :slightly_smiling_face: