• Resolved kevinm8128

    (@kevinm8128)


    I have recently installed Simple Local Avatars as an alternative to Gravatars. However, I have encountered an issue having uploaded an image into a user profile.

    The avatar for the author of a post is displaying correctly at the end of the post. However, the post is also now displaying an avatar alongside the post title. How can I hide the avatar from the title, but leave it displayed at the end of the post?

    Prior to uploading the avatar via Simple Local Avatars, the Mystery Person avatar was displayed at the end of the post only. Now, even if I remove the avatar image from the user’s profile, the Mystery Person is also now displayed at the post title. How can this be reversed?

    Thanks in advance for any help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tung Du

    (@dinhtungdu)

    @kevinm8128 The avatar displayed alongside the post title is controlled by your theme, not by Simple Local Avatars. You should check with the theme author about the issue.

    One hotfix you can use to hide it temporarily is using custom CSS, for example:
    .post-avatar { display: none; }

    Thread Starter kevinm8128

    (@kevinm8128)

    @dinhtungdu Thanks so much, your suggested CSS hotfix has fixed this instantly! I’ll follow up with the theme author as well to see if there is a setting I can change.

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide avatar from post title’ is closed to new replies.