• Resolved 11bcm

    (@11bcm)


    How can i hide disable nodisplay the avatar if i do not want to use it and do not want it to display a default blank one? I only want author and author bio.

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

Viewing 1 replies (of 1 total)
  • Hello @11bcm,

    Thank you for reaching out to us!
    There is no native option to hide the author’s image, but you can hide it by adding the following code in Appearance > Customize > Additional CSS:

    .saboxplugin-gravatar {
        display: none;
    }

    Let me know how it goes!

    Thank you,
    Mihaela

Viewing 1 replies (of 1 total)

The topic ‘Hide Avatar’ is closed to new replies.