GameOne Icon Change - Printable Version +- MyBB Themes - ThemeFreak (http://www.themefreak.net) +-- Forum: MyBB 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=26) +--- Forum: Theme Support for 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=33) +--- Thread: GameOne Icon Change (/showthread.php?tid=606) |
GameOne Icon Change - veconomy - 4th Jun How do we change the controller icon on the GameOne theme? I want it to be a key instead of a controller. RE: GameOne Icon Change - Tan - 7th Jun (4th Jun, 03:53 pm)veconomy Wrote: How do we change the controller icon on the GameOne theme? Edit the global.css file on line 542 and find the following: Code: .forum_on:before, .forum_off:before { Replace with: Code: .forum_on:before, .forum_off:before { Modify what is in between the double quotes above. You MUST use FontAwesome for this edit. Checkout the following link for FontAwesome fonts: http://fontawesome.io/icons/ Click on any icon you want then find the "unicode" value for the icon and insert into your global.css edit. If I was changing the icon to a key I would use the following code: Code: .forum_on:before, .forum_off:before { I hope that helps you. RE: GameOne Icon Change - BuzzY - 17th Jul it's possible to replace this controllel icon with a img icon? RE: GameOne Icon Change - Tan - 31st Jul Yes but his would require template edits. Are you looking for unique icons per forum? RE: GameOne Icon Change - i5stealth - 31st Aug Yes please, i'd love to edit the icons to custom ones. |