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
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
Thanks. You can close this ticket.