Define Radius For Image Overlay - Question | JoomShaper

Define Radius For Image Overlay

S

Seppe

SP Page Builder 1 year ago

Good morning

For my team, I used a "person" element. Everything is defined and the image has a radius of 100.

However, when I want to define the "overlay", it keeps the rectangle shape. Is it possible to give the overlay the same radius as the image?

Visually, it looks like a disaster now, having a rectangle overlay on a rounded image.

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #167411

As alternative Custom CSS you can use that:

.sppb-addon-person .sppb-person-image {border-radius: 100px;}

Use it inside Page Settings > Page CSS > Custom CSS

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #167076

Hi

Thanks for contacting us. Could you please give me your site URL and also a screenshot of your issue? I need to check is it possible or not.

-Regards.

0
S
Seppe
Accepted Answer
1 year ago #167388

Good morning Thnx for the reply Please see details below

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #167399

Hi

Use this CSS in your custom.css file

.sppb-addon .person-content-show-on-hover {
    border-radius: 100px !important;
}
0
S
Seppe
Accepted Answer
1 year ago #167514

thank you works perfect.

I assume Mehtaz Afsana Borsha's answer also works :)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #167538

Glad to know that.

0