Index Colour change

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
User avatar
neptune
BBCoder II
BBCoder II
Posts: 35
Joined: 09 Mar 2010, 12:23

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 ;)
Image
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

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]
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
neptune
BBCoder II
BBCoder II
Posts: 35
Joined: 09 Mar 2010, 12:23

Re: Index Colour change

Post by neptune »

thx for your fast help xD
Image
Locked