I want to change the product image on the shopping cart page from a rectangular image to a square image,the shopify theme is Impulse.
This is the shop link:https://thefolls.com/
Any help is most welcome.
Thank you
I want to change the product image on the shopping cart page from a rectangular image to a square image,the shopify theme is Impulse.
This is the shop link:https://thefolls.com/
Any help is most welcome.
Thank you
Go to your store admin > Sale channels > Online store > Themes > Edit code > Assets > open theme.css or theme.css.liquid and add this code at the bottom of file and Save
.cart__image img { height: auto !important; }
This is result
Thank you so much for your help
Worked perfectly!
Happy I could help. Have a great day ahead.