Removing author avatar from post header

  • Author
    Posts
  • #123798

    Hi –

    New to the theme and to WordPress.

    How do I display the author’s name on blog post headers without using the photo/avatar?

    Put another way, how do I remove the avatar default in post headers while preserving the name, or byline, of the author?

    #124591
    Zed
    Cryout Creations mastermind

    Hi,

    You can hide the author avatar on single post sections with CSS:

    body .entry-meta .author-avatar {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Removing author avatar from post header’ is closed to new replies.