hi! i want to make the corners round on my pictures in my shopify store, like the picture below
if you look at the picture, you can see that this picture, which I edited before I uploaded it to shopify, is inside a square. my problem is that i want to remove that square so that it also has round corners. Do you understand what I mean?
link to my store: https://624b34-3.myshopify.com/ password: paidre
1 Like
Hi @Andreas1723
Its password protected. Would you mind to share the password. Thanks!
sorry! password is paidre
1 Like
Thanks, for the info. Try 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:
.image-with-text__media.image-with-text__media--adapt.gradient.color-accent-1.global-media-settings.media {
border-radius: 0 60px 60px 0px;
}
.image-with-text .grid {
background: transparent;
}
.global-media-settings {
border: 0px !important;
}