2016-01-08, 10:54 AM
How can i make my forum icons like this
I've tried changing forumbit_depth2_forum
what it is now:
i also added this in my global.css
Just cant seem to get the images to change.
I've tried changing forumbit_depth2_forum
what it is now:
<td class="{$bgcolor}" align="center" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-comments"></i></div></td>
i also added this in my global.css
.ficons_2 i:before {
content: "\f000";
}
.ficons_3 i:before {
content: "\f1ba";
}
.ficons_4 i:before {
content: "\f0f5";
}
.ficons_6 i:before {
content: "\f0ac";
}
.ficons_7 i:before {
content: "\f03e";
}
Just cant seem to get the images to change.