How to round the container corners in slideshow - Dawn Theme

Hi all,

How do you round the corners of the container in the slideshow section? Would be amazing if anyone could help me. See below

https://www.bundles-online.com/

Thanks in advance

Milo

1 Like

Hi Milo,
Try adding this code to the bottom of section-image-banner.css

.slideshow__text.banner__box.color-background-1.slideshow__text--center.slideshow__text-mobile--center {
border-radius: 25px;
}

Result

1 Like

Hi @bundle_bee ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-image-banner.css->paste below code at the bottom of the file:
.slideshow__text.banner__box.color-background-1.slideshow__text--center.slideshow__text-mobile--center {
   border-radius: 25px;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.