MyBB Community Forums

Full Version: How to change the color of the Text "Search", "Member List", etc.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone ^^~
Here my forums~
http://www.vuongkimyen92.byethost2.com/forums/

I've managed to changed the color of almost every texts.

Just the one which is right below the banner and says Searach, Member List,...

As u see the background is deep red, so the color Black is not a good idea.

ALSO, the color of the normal thread name (Not the sticky ones)

http://www.vuongkimyen92.byethost2.com/f...-4.ukissvn

I want it turns back to black.

Hope everyone can understand and help me!

Thanks!
I understand what your asking...
I can help you with the first one...
Where it says:
table {
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
}

(coding may be slightly different, just look for "table")

Change the color to the desired text.

The second problem I don't know how you can fix that.
But when I change the color from #000000 to #ff0000 it happens to change the color in the footer (At the bottom with a picture, and texts saying Original theme....) ~

And the Member list something is still in black ~.~
Try to find this kind of code in your header template:
<a style="color:black;" href=".........

Edit the color value.
My solution to the counter problem you had:

Go to your theme editor and go to the bottom and just add this code...
Replace the (color you desire) with the color you want...

.foottable {
color: (color you desire);
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
}

Now go to templates and edit your theme's templates...
Select Footer Templaters

and change find the table you made....
Change the class of the table to foottable
and also where it says <td> change it to <td class=foottable>
Thanks for your help!!! Big Grin I'm done!!
Glad that I could help Smile