Dirty Board font colour change

Informative converse
Post Reply
ciuksza
Topic Author
Posts: 2
Topics: 1
Country: United Kingdom (uk)
Joined: Wed Oct 10, 2012 7:33 am

Dirty Board font colour change

Post by ciuksza »

Guys,
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 :? What I'd like to change are the forum / category and posts font colours as marked on the picture below. Can you help plz? Thank you in advance.
Martin
Image

User avatar
oddfish
Site Admin
Posts: 70
Topics: 21
Country: New Zealand (nz)
Medals: 1
Advisor 2 (1)
Joined: Thu Nov 06, 2008 1:20 am

Re: Dirty Board font colour change

Post by oddfish »

Hi ciuksza.
Open colours.css and find

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;
}
and change color to fit your needs.

ciuksza
Topic Author
Posts: 2
Topics: 1
Country: United Kingdom (uk)
Joined: Wed Oct 10, 2012 7:33 am

Re: Dirty Board font colour change

Post by ciuksza »

Hi oddfish, many thanks for your reply. I have changed the code and purged the cache but I'm afraid that nothing has changed :roll: Am I missing something?
Rgds,
Martin

User avatar
oddfish
Site Admin
Posts: 70
Topics: 21
Country: New Zealand (nz)
Medals: 1
Advisor 2 (1)
Joined: Thu Nov 06, 2008 1:20 am

Re: Dirty Board font colour change

Post by oddfish »

Link to your board please?

I'll mark this as solved since the changes applied do fix your issue.

Post Reply