Forum breadcrumbs – You are here:Asgaros Support ForumSupportLink Color Problem
Please or Register to create posts and topics.

Link Color Problem

Has anyone found a way to change the Forum or Accent colors without changing the font color of links in posts to black?

I have even tried doing my own Custom CSS for the links, but once the Forum or Accent color is changed the link remains black.

 

From Google Chrome inspection it seems like this is the issue:

#af-wrapper a:not(a.button):not(a.highlight-admin):not(a.highlight-moderator)#af-wrapper .forum-post-menu a#af-wrapper #bottom-navigation {
  1. color: #000000 !important;

This is solved by adding the following custom CSS:

a:link { color: #256db3 !important;}

Asgaros has reacted to this post.
Asgaros