News:

SMF 2.1.6 has been released! Take it for a spin! Read more.

Main Menu

changing the font color of your posts

Started by ItsGopher, April 01, 2012, 03:18:45 AM

Previous topic - Next topic

ItsGopher

I've found a few posts that go over changing the colors of specific links, however I've been unable to find what I am looking for specifically.

within the index.css file I am looking for the line that will allow me to change the font color of posts to white. Currently, our theme has it set to greyish color, and I'm not digging it.


Would anyone be so kind as to provide me with the line that I am looking for? :)

kat



Could it be...

/* use dark grey for the text, leaving #000 for headers etc */
body, td, th, tr
{
color: #444;


???

ItsGopher

Thanks for the shot :)

That wasn't the right one though. I set that line to #FFFFFF and the color of our posts stayed the same ;_;

ItsGopher

Anyone else that knows how to do this is more than welcome to post and let me know ;-:

ItsGopher

I have found it.

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
   color: #FFFFFF;
   background-color: #1F2A32;
}
.windowbg2
{
   color: #FFFFFF;
   background-color: #182127;
}
.windowbg3
{
   color: #FFFFFF;
   background-color: #cacdd3;

For anyone else curious as well.

kat

WoOt!

I'd better remember that one... ;)

Thanks!

Advertisement: