How to replace FontAwesome icons with my own images?

Edgar Toala Posted in Technical Support 7 years ago

How to replace FontAwesome icons with my own images ? i want icons with colors if is possible I want icons with colors if is possible
components/OssnWall/plugins/default/OssnWall/user/container.php

I'm replacing this code:

<i class="fa fa-map-marker"></i>

for this one:

<i class="fa" style="height: 15px"><img src="http://quemevendesoregon.us/images/location.png";></i>

but i dont see any changes.

Replies
Indonesian Arsalan Shah Replied 7 years ago

The right code should be &lt;img src=&quot;http://quemevendesoregon.us/images/location.png&quot; /&gt;

instead of &lt;i class=&quot;fa&quot; style=&quot;height: 15px&quot;&gt;&lt;img src=&quot;http://quemevendesoregon.us/images/location.png&quot;&gt;&lt;/i&gt;