How do I change thread title color?

Vilandra

Active member
Licensed customer
I know it's controlled by PrimaryMedium, but I can't seem to find the actual style property (I want to change it to a color other than PrimaryMedium). Has anyone found it? Thanks!
 
Admin CP -> Appearance -> Templates -> discussion_list.css

Add this code to the template:

Code:
			.title a,
			.title a:visited
			{
				color: #ffffff;
			}

Use whatever color you want.
 
Back
Top Bottom