Home › Forums › Iconic One Pro Support › Change Author box font color › Reply To: Change Author box font color
December 3, 2016 at 8:03 am #4667
Themonic-Support
Keymaster
Try
.author-description {
color: #333333;
font-size: 24px;
font-weight: bold;
}
.author-description p {
font-weight: normal;
}