![]() |
Subforum dots - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Subforum dots (/thread-197623.html) |
Subforum dots - Cryptexinside - 2016-08-14 I have funny question, where i can find images or the code in css/template that belong to these subforum dot images? i searched really long and i need your help boys <3 RE: Subforum dots - Ashley1 - 2016-08-14 forumbit_depth3_statusicon template, under forumbit templates. In global.css find the section with subforumicon RE: Subforum dots - Cryptexinside - 2016-08-14 (2016-08-14, 12:14 PM)Ashley1 Wrote: forumbit_depth3_statusicon template, under forumbit templates. ye ok but how i can replace them? RE: Subforum dots - Ashley1 - 2016-08-14 Depends what you want to change them with. They are sprite images taken from .subforumicon { height: 10px; width: 10px; display: inline-block; margin: 0 5px; background: url(images/mini_status_sprite.png) no-repeat 0 0; } Here is a tutorial that will help you replace those images with Font Awesome CSS: https://community.mybb.com/thread-156711.html RE: Subforum dots - Cryptexinside - 2016-08-14 thanks |