MyBB Community Forums

Full Version: Same Icon For Open, Lock, Hot, Announcement Threads ETC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear Theme Support,

I'm using iGame Theme on my mybb forums, but the issue I'm facing that I have same icon for Open, Locked, Hot, Announcements Threads ETC ..!!

What Template? or What .css line should I add, remove or edit?
so, I can have separate icon for Locked, Open, Hot, Announcements Threads ETC ..!!

These Screenshots may help you to understand, what I actually want to say, Please help, If anyone can ..!!

[Image: 29ve90x.jpg]

[Image: 2prfh53.jpg]

Locked Thread and Unlocked Thread both contains same iconĀ  Sad
Themes > iGame > thread_status.css

Edit the bold below for each icon.

.thread_status.dot_folder:before {
color: #22242d;
position: absolute;
background-position: 0 0;
content: "\f114";
font-family: FontAwesome;
font-size: 16px;
}

You do not need to add the x in front of the different icon codes. xf0aa

Can find icons here: http://fontawesome.io/cheatsheet/
Thanks @iAndrew :-)
It really worked and helped me ..!!
+1 Rep ..!!