Fa Ticket Icon - Question | JoomShaper

Fa Ticket Icon

R

Rakesh

SP Page Builder 11 months ago

When I select FA ticket Icon.

I do not get fa-ticket, but on the frontend fa-ticket-alt is being displayed.

Managed to fix this with this code

.fa-ticket-alt {
    content: "fa-ticket";
    font-family: "Font Awesome 5 Free" !important;
}

But I think this should be fixed.

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #175259

Hi

Thanks for contacting us and thanks for sharing the solution also. I will inform our team about it. You can now close this post by accepting the answer.

-Regards.

0
R
Rakesh
Accepted Answer
10 months ago #179765

Please inform the team about this bug, it is still there.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #179766

Hoi.

In general, your Joomla, Template and SPPB 5.x uses Font Awesome 6 Free (!), not FA 5.

Check yourself:

  • media/system/css/joomla-fontawesome.min.css
  • components/com_sppagebuilder/assets/css/font-awesome-6.min.css

CSS Code that you used was not the perfect one, in FontAwesome documenation all is described.

And to be honest is not needed anymore.

.fa-ticket-alt {
  font-family: "Font Awesome 5 Free" !important;
}

Delete it, and you will see that ticket icon still will be displayed. It means, no bug. Here is my test.

info_3023_2025.gif

0