Link in Author Bio Section

Home Forums Iconic One Pro Support Link in Author Bio Section

This topic contains 2 replies, has 2 voices, and was last updated by  ambistudent 5 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5230

    ambistudent
    Participant

    As a follow up, can tell me how to include a link and change the color in the author bio at the bottom of posts?

    Thank you

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

    ambistudent
    Participant

    Great thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.