MyBB Community Forums

Full Version: How to change the text colour in threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all

How do i go about changing the text colour in a thread? If you go here: www.tvblizz.com and take a look at any thread you will notice that the text is very light, how would i go about making this darker so its more easier to read?

Thanks
Steve
find style code like below in the theme's global.css (around line 12) [edit through admin panel, in advanced edit mode]
a:link {
    color: #6C6C6C;
And find below style code around line 244
.trow1, .trow2, .trow4 {
    color: #626262;

you can change color values for above both style properties (see if required => color codes)

remember to hard refresh your browser on a topic page (eg. press CTRL + F5) after saving changes to global.css
Hi

This has worked but for some reason its still a little hard to read. If you visit our forums at www.tvblizz.com and check a thread its still a little hard on the eye. What colour would you recommend to make it easier on the eye.

Thanks
Steve
^ you may change the text color to blue (#000fff) and remove text-shadow: 0 1px 0 #FFFFFF; for .trow1, .trow2, .trow4
Use #333. It's best.