1. DSWrights
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 06 March 2024
  5.  Subscribe via email
I would like to add the tiktok Icon to the Social Media Icons within the template style.

below the field it states


Add Font Awesome icon class name (eg. fa-coffee)


fa-tiktok does not work. I get an error icon. Same goes for the icon module. I guess the tiktok icon is not included?

I downloaded the template on March 3rd 2024
Accepted Answer Pending Moderation
0
Votes
Undo
Joomla 4/5 uses fontawesome v5 so it should be fab fa-tiktok
and add

.fab::before {
font-family: "Font Awesome 5 Brands" !important;
}


into your custom css
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Joomla 4/5 uses fontawesome v5 so it should be fab fa-tiktok
and add

.fab::before {
font-family: "Font Awesome 5 Brands" !important;
}


into your custom css


It did work, thanks!

Thing is: the icon module shows the tiktok icon with the code "fa-brands fa-tiktok" properly.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!