(2015-02-17, 06:32 AM)thexshadow Wrote: Since these icons now use sprites, you cannot do it that way. You are going to have to do it like this.
You can also add your image to the sprite sheet if you wanted to have less scattered icons.
<li> <a class="games" href="{$mybb->settings['bburl']}/usercp.php?action=gamelibrary">Game Library</a> </li>
CSS
Note: You may not need the !important on the end, but I put it there just in case (no test forum)..games { background-image: url("http://thevideogameforum.com/images/toplinks/gamelibrary.gif") !important; }
I knew there was another component I was missing. I didn't look close enough at the Global CSS though.
Thank you that worked a charm!