MyBB Community Forums

Full Version: Sub Board On Index Image Or Something
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
all i did was change this in forumbit_subforums

<span class="subsrite" style="float: right;">{$sub_forums}</span>

and added this css

.subsrite a {
      	color: #1b6b17;
        font-weight: bold;
        font-style: italic;
}

but whats this bullet before it. i had to reinstall mybb and the first time i did the same thing and it wasnt there. how can i get rid of it

[attachment=31396]
can someone help
That dot is the forum indicator. You will find the code for it in forumbit_depth3_statusicon in your templates in the forumbit group.
thanks