Image Carousel: Image Rounded - Question | JoomShaper

Image Carousel: Image Rounded

D

Dieter

SP Page Builder 7 months ago

Hi, im using image carousel, the first layout, with two pictures. The images have a border-radius 8px. How can i delete the border radius? I can't find the option. https://www.abfallberatung.de/glasrecycler

greetings

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #187861

Hi Dieter,

Just use

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, 
.sppb-image-carousel-layout1 .sppb-carousel-extended-item img, 
.sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {border-radius: 0;}

As always, or in Template Options or custom.css file OR In Page Settings > Page CSS

1
D
Dieter
Accepted Answer
7 months ago #187863

Thanks Paul, it works in custom.css. First i tried in Page CSS (the carousel is in a page builder modul) but there it did not worked.

0