Where i can change this Text into another Colour?
ive search but i cant find it...
thx for your help
Index Colour change
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!
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!
- Steve
- 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
open your style/theme/colours.css
find:
*note tho it may not be an exact find due to i may of changed some my self ,smaller find would be
change the colours to suit your needs.[/b]
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;
}
Code: Select all
/* Links for forum/topic lists */
Re: Index Colour change
thx for your fast help xD