Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: meehan2009 on January 23, 2009, 09:49:14 AM

Title: changing text colours?
Post by: meehan2009 on January 23, 2009, 09:49:14 AM
Hi

I currently want to change the colour of the texts when viewed posts and under shout box where it has my name off the boards in black text

And when viewing a post it says :

Exotic Forums UK > General > NEWS, Forum Help & Suggestions
Pages: [1] 2   Go Down

How do i change the colour off this from black to another colour, i have the hex codes and the style.css but i cannot find witch part to edit, Can any one explain what needs changing?

Regards
Paul
Title: Re: changing text colours?
Post by: meehan2009 on January 23, 2009, 10:06:07 AM
Can anyone help me with this, I just need to know witch part of style.css or index.template, To edit to change colours
Title: Re: changing text colours?
Post by: meehan2009 on January 30, 2009, 02:06:15 PM
BUMP

Ive still had no luck can anyone please help me change thease colours as they cannot be seen

Thanks in advance  ;)
Title: Re: changing text colours?
Post by: greyknight17 on January 30, 2009, 08:14:26 PM
If this is for the default theme, it should be the following code in style.css:

.middletext
{
font-size: 0.85em;
}


Change it to something like:

.middletext
{
font-size: 0.85em;
color: red;
}


Change the color to the one you want.