1

i want to display font awesome icon in custom joomla module, but when i write tag and saves the code, it doesn't displays any icon. when i write the same code in php file, it works. following is the code:

<i class="fa fa-clock-o fa-4x " aria-hidden="true"></i>
<h4>
  Very fast &amp; easy
</h4>
<p>
    lorem ipsum
</p>
Wajiha
  • 21
  • 7

2 Answers2

1

i found the answer. In global configurations, set default editor to none.It works :)

Wajiha
  • 21
  • 7
0

no need to change editor, you can use TINYMCE editor default. this link may be help full to you:

https://www.joomla-monster.com/blog/joomla-3-0/how-to-stop-joomla-editor-from-cleaning-some-html-elements

Dhaval Koradiya
  • 424
  • 1
  • 6
  • 11