Reply To: Link in Author Bio Section

Home Forums Iconic One Pro Support Link in Author Bio Section Reply To: Link in Author Bio Section

#5234

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;
}