Rounded corners product images

Solved

Rounded corners product images

clohes_kmc
Tourist
6 0 2

Hello.

 

For some reason the images in my product grid on my default collection page have rounded upper corners.

 

I've tried looking around for a border-radius tag in base.css, main-collection-product-grid.liquid and the like, but not found anything. 

 

I tried the following code, without luck:

.product__media.media.media--transparent, .global-media-settings {
border-radius: 0px !important;
}

 

Can anybody help me figure out a way to make all images everywhere always with fully square corners?

Thank you!

Screenshot 2024-10-13 at 23.57.41.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10184 2417 3060

This is an accepted solution.

Thanks for the info, try this one. 

1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"

2. Find the theme that you want to edit and click on "Actions" and then "Edit code".

3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
.product-card-wrapper .card {
    --border-radius: 0;
}
</style>

 

4. And Save. 

5. Result:

Made4uoRibe_0-1728857588102.png

 

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10184 2417 3060

Hi @clohes_kmc 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
clohes_kmc
Tourist
6 0 2

Hello 🙂

 

it's www.clohes.com 

pw: kolbicute

Made4uo-Ribe
Shopify Partner
10184 2417 3060

This is an accepted solution.

Thanks for the info, try this one. 

1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"

2. Find the theme that you want to edit and click on "Actions" and then "Edit code".

3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
.product-card-wrapper .card {
    --border-radius: 0;
}
</style>

 

4. And Save. 

5. Result:

Made4uoRibe_0-1728857588102.png

 

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.