Answer
Feb 12, 2020 - 04:13 AM
You can go into your administration area under "Customization > CSS" and apply new styles to your widget. The styles that you reflect will overwrite the styles that display by default.
For the links displaying in questions or answers, the attribute is this:
For the links displaying in questions or answers, the attribute is this:
.answerbase-widget a {
color: blue;
}