Font Assume Adding It To The Top With The Facebook Icon - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Font Assume Adding It To The Top With The Facebook Icon

DM

David Malton

SP Page Builder 2 years ago

<i class="fa-solid fa-compass fa-beat"></i>

I would like to add this but I can't figure out how to add it with the website https://NavajoCountyChamber.com is the custom template social media section.

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #124168

yes, there is trick/hack to use 2nd one, but it request FA override by Custom CSS. I guess, you don't need VK for obvious reasons.

what is "fa-beat" ??? In FA 5 Free, I could find only <i class="fas fa-heartbeat"></i> with unicode f21e. So let imagine that is what you need:

  1. In VK Username you put needed URL with https
  2. Then using tab Custom Code > Custom CSS you put that
.fa-vk::before {
  content: "\f21e";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

to get info_1322_2023.gif

so simple, you don't have to be McGyver ;)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #124166

Hi David,

Helix Ultimate by default allows add only one custom FA5 Free icon, for example, you can put first one

far fa-compass URL

info_1321_2023.gif

0