Search code examples
font-awesomejoomla3.0joomla-module

font awesome icon not displaying in custom module joomla


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>


Solution

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