MyBB Community Forums

Full Version: Can you tell me how to change these colors on MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can you tell me how to change these colors on MyBB
In order to change the colors of the links you should change the link colors globally.

But instead you can use this code if you specifically want trow links to be changed.

.trow1 a:link,.trow1 a:visited {
color: #fff;
}

.trow1 a:active,.trow a:hover {
color: #f7f7f7;
}

.trow2 a:link,.trow2 a:visited {
color: #fff;
}

.trow2 a:active,.trow2 a:hover {
color: #f7f7f7;
}
What about the off color blue bar and the green administrator?
The blue bar is Thead

You can find it in global.css of your theme

look for .thead and change your background.

regarding the administrators thing,you should go to admincp > Users and Groups > Groups
select a group for which you want to change color and edit the respective color

regards
I changed thead, but it is not it. I want the light blue color changed. Do you know what it is?

I got the thead figured out.

"regarding the administrators thing,you should go to admincp > Users and Groups > Groups
select a group for which you want to change color and edit the respective color"

I tried to find color edit in Groups but I do not see it.