MyBB Community Forums

Full Version: Changing default font color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

This is my first time posting here sorry if I made any mistakes.

I have this theme called "sleek". I love the theme except the font color is a gray and I wish it to be black.

here are some pictures
[Image: ea7fd1f7bc8c430453516fd03297b6c5.png]

[Image: 75960735da56034a66dc3d310064c677.png]

... so do any of you know how to edit this? Just incase you need to. The url is www.themobserver.com

Thanks!
Line 157 of the global css has table font set to #777777

table {
color: #000;
font-family: Tahoma, Geneva, Sans-Serif;
font-size: 13px;
}
(2014-06-09, 01:31 AM)Leefish Wrote: [ -> ]Line 157 of the global css has table font set to #777777

table {
color: #000;
font-family: Tahoma, Geneva, Sans-Serif;
font-size: 13px;
}

I have edited it to what you have said and it still did not work though.

Some parts of the forums did for example this
[Image: 83a0894640115323391313a2a44e8db2.png]

but the text in the shoutbox and the post text is still gray

[Image: e2fe0a8bba07b7e30e6d83811228c3e5.png]
(2014-06-09, 03:47 AM)Skatehawk11 Wrote: [ -> ]
(2014-06-09, 01:31 AM)Leefish Wrote: [ -> ]Line 157 of the global css has table font set to #777777

table {
color: #000;
font-family: Tahoma, Geneva, Sans-Serif;
font-size: 13px;
}

I have edited it to what you have said and it still did not work though.

Some parts of the forums did for example this
[Image: 83a0894640115323391313a2a44e8db2.png]

but the text in the shoutbox and the post text is still gray

[Image: e2fe0a8bba07b7e30e6d83811228c3e5.png]

Looks solid black to me. Try clearing your browsers cache. If you're using Chrome, you can use shift+F5 while looking at your site to do a cache refresh.
Ah, I see it now.

There Is one problem though, some of the text that is black I do not want it to be

First is the login text on the top

[Image: 96c3a571fb876f889f5709e418072cbb.png]

Second is the title for threads
[Image: 510ccda5d8cb8dd58d1bfa87542ca76e.png]

I would like that specific text white is there anything I can do to change it?

Edit: I have changed the font color on the top. I need help on the thread title though. Thanks!