MyBB Community Forums

Full Version: Subforum dots
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have funny question, where i can find images or the code in css/template that belong to these subforum dot images?
[Image: 0PkbEAC.png]

i searched really long and i need your help boys <3
forumbit_depth3_statusicon template, under forumbit templates.

In global.css find the section with subforumicon
(2016-08-14, 12:14 PM)Ashley1 Wrote: [ -> ]forumbit_depth3_statusicon template, under forumbit templates.

In global.css find the section with subforumicon

ye ok but how i can replace them?
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
thanks