Avatar not showing in Author Bios

Hello Is it possible to have the Avatar show in the Bios?

Thanks for your help!

They should be showing by default. Check your settings in the WordPress backend under Settings > Discussion. At the bottom, make sure that “Show Avatars” is checked.

Hello Thanks for the response

Yes it is checked off, i’ve sent you the login would you mind taking a look?

Hi Adwin,

Thanks for writing in! Upon checking your issue further, I see that you have the following custom CSS rule which hides your author.

.x-author-box .avatar {
    display: none;
}

You need to locate it and remove it, so it should render your author image.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.