Index Colour change
Posted: 24 Apr 2010, 10:25
Where i can change this Text into another Colour?
ive search but i cant find it...
thx for your help
ive search but i cant find it...
thx for your help
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
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 */