How do I change the color of links

Admin CP -> Appearance -> Templates -> xenforo_sections.css

It uses @primaryMedium for the link color:

Code:
	.primaryContent a
	{
		@property "primaryContentLink";
		color: @primaryMedium;
		@property "/primaryContentLink";
	}

Or edit the style property:

Admin CP -> Appearance -> Style Properties -> Building Blocks -> Primary Content Link
 
Admin CP -> Appearance -> Templates -> xenforo_sections.css

It uses @primaryMedium for the link color:

Code:
	.primaryContent a
	{
		@property "primaryContentLink";
		color: @primaryMedium;
		@property "/primaryContentLink";
	}

Or edit the style property:

Admin CP -> Appearance -> Style Properties -> Building Blocks -> Primary Content Link
Thanks so much believe it or not I was going to pm you soon, because I knew you would know :)
 
Top Bottom