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
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
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
Hi @bundle_bee ,
You can follow the instruction below:
.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.