Image Border-radius - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Image Border-radius

SY

Sibony yaniv

SP Page Builder 1 month ago

Hi,

I have set border-radius to 20 but it's still displayed at 0px. Note : impossible to type px for 20px

It's visble on page https://www.tests-clim43-hob.com/ (the 2 vertical images at the right of "Nos qualifications & assurances".

I enclose 2 images. https://www.tests-clim43-hob.com/images/JOOMSHAPER/image-border-radius-settings.jpg https://www.tests-clim43-hob.com/images/JOOMSHAPER/image-border-radius.jpg

Thansk in advance for your help. Regards.

0
19 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 weeks ago #204837

Inside template and Joomla and SPPB you can find FA files. Please make small research.

In Joomla 5x - FA6 is included in core files, and it's loaded inside your site already, so you don't have to install extra files, inside HTML structure you should see that

<link href="/media/system/css/joomla-fontawesome.min.css" rel="stylesheet">

that loads FA v6. And now just set correct number and weight.

font-family: "Font Awesome 6 Free";
  font-weight: 900;
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #204677

Hi

Thanks for contacting us. Could you please check your site URL? I cant access on that.

-Regards.

0
SY
Sibony yaniv
Accepted Answer
1 month ago #204684

Maybe the firewall. In which country are you located?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 weeks ago #204687

maybe it's a Joomla cache. In general that feature works, and is used on many websites, also mine.

  1. Have you enabled Production Mode in SPPB Options?
  2. Clear Cache in JCH Optimze and recheck!
  3. What template name you are using?
0
SY
Sibony yaniv
Accepted Answer
4 weeks ago #204689

Hi,

Thank for your answer. I have unblocked Poland in RsFirewall.

1-no 2-no JCH Opttimize cache enabled 3- Ultimate

Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 weeks ago #204708

indeed, on front end you have border-radius: 0px; value.

About "px" you don't need /cannot add it, in addon settings you can add only numbers!

Can you share access to admin area, as Super User or at least Administrator?

0
SY
Sibony yaniv
Accepted Answer
4 weeks ago #204716

Hi, Please find herewith our credentials. Thanks.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 weeks ago #204722

BTW

If you click here you should get more control

2025-09-24_093827.jpg

Thanks for access, checking...

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 weeks ago #204724

Ok, fixed.

I added a new image addon, chosen the same photos as you had and OK now. Probably it was sort of cache issue. Becuase with image addons below no problems, I just set radius 20 for all of them.

2025-09-24_094733.jpg

0
SY
Sibony yaniv
Accepted Answer
4 weeks ago #204742

Hi Paul,

Sorry I don't understand. Which addon is it? I don't see any new image addon in SPPB.

Moreover I don't see border-radius on the 2 photos, still 0px.

Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 weeks ago #204762
  1. The same addon.
  2. On which photos? Check, I set it again.

I have to talk with aour developer about small issue that I saw.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 weeks ago #204769

Maybe again we worked on the same page in the same time :/

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 weeks ago #204778

Hi Sibony,

Is this solved now? And thanks Paul for helping him.

0
SY
Sibony yaniv
Accepted Answer
4 weeks ago #204791

I went out of the sppb page "Accueil" and back again. Ok I see radius 20px now. Many thanks. Where did you set the class "radius" ?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 weeks ago #204801

In Page Settings > Page CSS > CSS

I set it just in case... keep it, but you can change value.

0
SY
Sibony yaniv
Accepted Answer
4 weeks ago #204804

Hi Paul,

Many thanks, now I know where to set css. By the way, at the same place Page Settings > Page CSS > CSS, I have set the following : .sppb-pricing-box .sppb-pricing-features>ul>li:before{ font-family:'fontAwesome'; content: '\f00c'; padding-right:0.5rem } Unfortunately litlle squares are displayed instead of the "check" icon. Is fontAwesome not avilable in SPPB ? Thanks in advance for your answer. Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 weeks ago #204805

Is, but you are using old method for FA v4.7

You need to use FA 5 or 6 Free

for example font-family: "Font Awesome 5 Free";

and sometimes icon code may be different. But hopefully check is the same in FA5 and FA6. So all you need to update font-family name, and add also that font-weight: 900;

WWW > https://fontawesome.com/v6/icons/

0
SY
Sibony yaniv
Accepted Answer
4 weeks ago #204825

Hi paul,

Many thanks for the tips. But it works only if I import font awesome, setting the following css (whatever version): @import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

If I don't set this, little squares are displayed.

I'm supprised that font awesome is not loaded, I probably missed something...

Regards.

0
SY
Sibony yaniv
Accepted Answer
4 weeks ago #204839

Brilliant, many thanks.

0