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 @bundle_bee ,
Go to Assets > section-image-banner.css and paste this at the bottom of the file:
.banner__box {
border-radius: 21px !important;
}
Hope it helps!