Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #508637

    How can I customize the authors page to feature a larger profile pic instead of the tiny round gravatar?

    I found a plugin that lets me add user profile pics: https://wordpress.org/plugins/metronet-profile-picture/

    Thanks in advance for any advice,
    – Greg

    #509091

    Hi JeeBar!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .author .rounded-container, .author .rounded-container img {
        width: 120px;
        height: 120px;
        border-radius: 0;
    }

    Best regards,
    Yigit

    #511918

    Thanks. You can close this ticket.

    #512034

    Hey,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Authors Page; How to replace gravatar with user profile pic?’ is closed to new replies.