First of all, hello to everyone here! I hope you can help me with this (simple as I thought) issue which is a font colour I'd like to change in the dirtyboard theme. I have already spent hours trying to do it and can't figure out how to
Martin




Code: Select all
.forumbg .header a:link, .forabg .header a:link, .forumbg .header a:visited, .forabg .header a:visited {
color: #5D3915;
}Code: Select all
a.forumtitle {
color: #5D3915;
}Code: Select all
a.topictitle {
color: #5D3915;
}
