MyBB Community Forums

Full Version: How to change element.style mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change element.style in mybb ?
It is like
element.style
{
color : lime;
}

I need to change it to white but i can't find it anywhere in the css ?

Please tell what is the position of this element.style ?
It makes the name of every forum in lime color
Still looking for help, hope i get a reply soon
element.style is how FireBug shows inline styling. If you view the page source and search for that color/hex, it will tell you where it's located.
Thanks for the reply Nathan sir, i checked the source and it is showing this everywhere like this.

<strong><a style="color:lime;" href="Forum-My forum">My Forum</a></strong><div class="smalltext">My Forum Details.<!-- start: forumbit_subforums -->
Check the forumbit template set. One or more of those templates will contain that code.
Yes, i got this Smile
Thanks nathan.