Link Color Problem
Quote from operator47 on October 23, 2023, 3:46 pmHas 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 {
- color: #000000 !important;
}
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:
- color: #000000 !important;
Quote from operator47 on October 23, 2023, 6:47 pmThis is solved by adding the following custom CSS:
a:link { color: #256db3 !important;}
This is solved by adding the following custom CSS:
a:link { color: #256db3 !important;}