Home › Forums › Iconic One Pro Support › Link in Author Bio Section › Reply To: Link in Author Bio Section
May 8, 2018 at 7:31 am #5234
Themonic-Support
Keymaster
You can add HTML link like in the Users -> Your profile -> description section
<a href="http://yoursitelink/author-link/">Author Name</a>
And you can change its link color using
.author-description a {
color: #0099ff;
}