Fa Fa Icons In Person Addon - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Fa Fa Icons In Person Addon

bmbsoluzioni

bmbsoluzioni

Template 4 years ago

Hi Pavel,

I would like to replace in addon person the awesome font pinterest icon (f0d2) with the "info circle" icon f05a. Is it possible? Thank you

Help me Pavel you're my only hope!

Regards, BMBSoluzioni

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #11963

Glad that it is working!

You may close the post now by marking resolve the answer:)

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #11670

Hi there!

Thanks for your query!

Did you mean you want to replace the social share icon of the person addon?

Then here is the sample code for you that need to be placed into your custom CSS:

.sppb-person-social-icons .fa-pinterest:before {
    content: "\f05a"!important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight:600!important
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
bmbsoluzioni
bmbsoluzioni
Accepted Answer
4 years ago #11708

Hi Rashida! Thanks for the solution! But the title "pinterest" remained. Going over it with the mouse, is it possible to insert an additional code to change its name to "Information"? Thank you Regards, BMBSoluzioni

0
bmbsoluzioni
bmbsoluzioni
Accepted Answer
4 years ago #11869

I am attaching an image to better understand the problem Thanks best regards Bmb Soluzioni

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #11954

Hi,

Please go to this location and open the file with an editor:

\components\com_sppagebuilder\addons\person\site.php

Find the title="Pinterest" there and replace the Pinterest word with your desired word Information, then save the file.

Here is a screenshot for your ease:

https://prnt.sc/10v9pne

Best Regards

0
bmbsoluzioni
bmbsoluzioni
Accepted Answer
4 years ago #11958

Hello Rashida! Thanks a lot, it works! Best Regards BMB Soluzioni

0