Rounded Corners To Images In The Carousel Addon - Question | JoomShaper

Rounded Corners To Images In The Carousel Addon

LA

Lasarya Adriy

SP Page Builder 1 month ago

Hi. How can I add rounded corners to images in the Carousel addon?

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #216787

Ok, great.

Please mark topic as solved.


In general both works, but with smaller images.

1
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #216490

HI

Thanks for contacting us. Could you please give me your site URL and also a screenshot of your issue?

-Regards.

0
LA
Lasarya Adriy
Accepted Answer
1 month ago #216765

The site is under development. This is the Carousel Pro add-on. I want to make the corners of my images 16px rounded. How can I do this?

https://potolokplus-lnr.ru/

https://drive.google.com/file/d/111oiaqHLfRDQJyXt_x87-ecvwTnDwOCR/view?usp=sharing

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #216766

Hi Lasarya,

Possible but only via Custom CSS if there is no setting for that.

.sppb-carousel-pro-inner-content img {
  border-radius: 16px;}

Copy & Paste inside Page Settings > Page CSS


Remember to use images with less height (not larger than 620px) to see radius for all corners, or use

.sppb-carousel-pro-inner-content img {
  border-radius: 16px;
  max-height: 620px;}
1
LA
Lasarya Adriy
Accepted Answer
1 month ago #216786

Thank you. The second code works.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #217067

Hi Adriy,

Is this solved now? If yes, you can then close this post by accepting the answer. And thanks Paul for helping him.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #217128

Thanks for accepting the answer.

0