Removing author link, profile photo from Pinboard

  • Unknown's avatar

    Hi,

    I would like to remove the author link and the profile photo that appears both on home page and individual posts for Pinboard theme.

    tried the following code

    .entry-author-link,
    .entry-permalink,
    .entry-date,
    .entry-meta {
    	display: none;
    }

    but the profile pic remains on homepage. Also the author link and the profile pic shows up in the individual post.

    I am a novice here so help would be appreciated.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    To hide the profile pic, or Gravatar, on the home page as well as the author link on individual posts in the Pinboard theme, add this to your Appearance → Custom Design → CSS editor:

    .home .author-img,
    .single-post .entry-meta .author-img,
    .single-post .entry-meta .author {
    	display: none;
    }
  • The topic ‘Removing author link, profile photo from Pinboard’ is closed to new replies.