How can I add rounded corners to images in Impulse theme?

How can I add rounded corners to images in Impulse theme?

orange1989
Shopify Partner
62 0 7

Hello,

 

I'm using Impulse theme and I want all the product and collection images to have rounded corners. The theme doesn't have a settings for this unlike the other theme.

 

How do I edit it in the backend? Thank you

Replies 4 (4)

Moeed
Shopify Partner
6710 1812 2196

Hey @orange1989 
Kindly share your Store URL and password too if enabled.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


GemPages
Shopify Partner
5625 1262 1266

Hello @orange1989 ,

 

It's the GemPages Support Team and we are glad to assist you today!

 

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

infoatcodelab7
Shopify Partner
593 141 156

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

Step 2: Search file theme.css

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

.promo-grid__container,
.grid__item .collection-item,
.grid-product__link .grid-product__image-mask{
  border-radius: 10px !important; 
}
Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com
orange1989
Shopify Partner
62 0 7

thank you so much! this worked.