Insert HELIX ULTIMATE Icons In A Joomla Module? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Insert HELIX ULTIMATE Icons In A Joomla Module?

P

pluntke

Template 2 years ago

Hello, how can I insert HELIX ULTIMATE icons in a Joomla module? Thanks

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

Hi Pluntke,

Let me explain something to you: Helix Ultimate uses Font Awesome 5 Free library. It means that you can use all those icons anywhere you want. Just by class name according to guide from FA website.

URL: https://fontawesome.com/v5/search?o=r&m=free

Example HTML code: <span class="fas fa-yin-yang"></span>

And yes, you can use them inside Custom module, becuase it has Text editor with option to switch to HTML (Source code) mode.

0
P
pluntke
Accepted Answer
2 years ago #135864

Thanks

0