Home › Forums › Iconic One Pro Support › Change Author box font color › Reply To: Change Author box font color
December 3, 2016 at 6:36 am #4662
Themonic-Support
Keymaster
Try the following:
.author-description p {
color: #333333;
}
.author-description a {
color: #0099ff;
}
.author-description a:hover {
color: #993366;
}