How can I make image borders rounded in the Dawn theme?

Hey guys,

I would like to leave the borde rounded in the following images:

(3) - image with text in product descriptions

(2) - images of products from the selected collection (in this case, I use the pagefly app and select a certain collection from my store)

(1)- rounds the bottom border of featured collection product images.

my website is: www.smartcasashop.com.br

Hey @Danielpochapski

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.
{% if template == 'index' %}

{% endif %}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

@Moeed thanks for your response!

Your solution worked perfectly. However, I have another problem now. On the rounded edges, a gray color appears (theme default). However, even if I set the presentation background to white, it insists on appearing. How do I make the background that appears in the corners turn white?

Hi, @Danielpochapski

Greetings from the Store Watchers Support Team! Happy to help you today.

  1. Go to online store > theme > edit code > assets > base.css(file) and Paste the below code at the bottom of the file → Save
.image-with-text__media{
    border-radius:15px !important;
}
.card--card .card__inner .card__media {
    border-radius: 15px !important;
}
.slideshow__media{
    background-color: white !important;
}

After applying the above CSS code , it will show like the following screenshot:

Let me know If need further assistance

Regards,

Store Watchers Support Team

Hi @Danielpochapski

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

About this problem maybe your theme is having a default code border-radius: 0 to solve this problem you can contact our 24/7 live chat support to discuss more and fix it.

Hope you find my answer helpful!

Best regards,

Richard | PageFly