Hello Everyone,
I want to change the Collection section image from square shape to round.
Thanks
@MBilal url?
@mrashid_1 Here’s the store URL https://coldharbourtiles.com/
Thanks
@mrashid_1 yes, like that.
Thanks
@MBilal paste code in theme.liquid at the end
{% if template == 'collections' % }
{% endif %}
@MBilal let me know about
Hi @MBilal
Do you want inside the box?
Like this?
If it is check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.AspectRatio.AspectRatio--short img {
border-radius: 50%;
width: 80%;
object-fit: cover;
}
And Save.
@mrashid_1 Thanks