05/18/2018 at 9:20 am
#462973
Keymaster
@ Mike
This is being styled by the theme… there probably is an option to change the link color. If there is not, add the following to the theme’s custom CSS area:
#cn-list a {
color: #0081cc;
}
The color I choose seems to be the default color assigned to link by the theme. Tweak as desired.
Hope this helps!
