How to remove rounded corners from product images?

How to remove rounded corners from product images?

Finlay101
New Member
7 0 0

As you can see from the image, all of my product imagery in essentially every location has this outline where the radius has been changed to approximately 25px. How can remove them, this is seriously frustrating.

image_2023-12-11_135446139.png

Replies 7 (7)

Abdosamer
Shopify Partner
952 173 201

Hi @Finlay101 , can you share your store url?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Finlay101
New Member
7 0 0

PageFly-Henry
Shopify Partner
1184 335 293

Hi @Finlay101 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

#MainContent #shopify-section-template--20270389428523__main .product__media img.image-magnify-lightbox {

border-radius: unset !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Finlay101
New Member
7 0 0

Unfortunately this didn't work.

ZenoPageBuilder
Shopify Partner
1052 203 229

Hello @Finlay101 👋

Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

img {
    border-radius : 0 !important;
}

The result

Screenshot 2023-12-11 at 14.49.22.png

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
Finlay101
New Member
7 0 0

I'm not sure you understood. I still want the curved edges, but the outline of where square edges would be still shows. 

Bigdawg69
Visitor
1 0 0

Hi mate,

Hope you're not still having this issue but if you are you can go to the theme editor -> theme settings -> media, and then adjust the thickness of the borders to 0px. Should fix your issue.