Index Colour change

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Index Colour change

Post 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

Post 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

Post by neptune »

thx for your fast help xD