Hi is there any way for me to change the picture shape (in the product list/catalog) from a square to a circle without fixing with the original picture?
in the minimalist theme
link to my store:
https://thesimpleraxo.com/
Thank you!
Hi is there any way for me to change the picture shape (in the product list/catalog) from a square to a circle without fixing with the original picture?
in the minimalist theme
link to my store:
https://thesimpleraxo.com/
Thank you!
please try this code
Go to Online Store->Theme->Edit code
Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.grid-link__image img {
border-radius: 50%;
}
Thanks!