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
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
Hey @orange1989
Kindly share your Store URL and password too if enabled.
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
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;
}
thank you so much! this worked.