Page 1 of 1

Index Colour change

Posted: 24 Apr 2010, 10:25
by neptune
Where i can change this Text into another Colour?

ive search but i cant find it...

Image

thx for your help ;)

Re: Index Colour change

Posted: 24 Apr 2010, 10:32
by Steve
open your style/theme/colours.css
find:

Code: Select all

/* Links for forum/topic lists */
a.forumtitle {
	color: #FFFFFF;
}

/* a.forumtitle:visited { color: #105289; } */

a.forumtitle:hover {
	color: #FFFFF;
}

a.forumtitle:active {
	color: #105289;
}

a.topictitle {
	color: #DBDBDB;
}
*note tho it may not be an exact find due to i may of changed some my self ,smaller find would be

Code: Select all

/* Links for forum/topic lists */
change the colours to suit your needs.[/b]

Re: Index Colour change

Posted: 24 Apr 2010, 11:08
by neptune
thx for your fast help xD