I would like to keep the UI as clean as posible, for this I would like to remove the gravatar photo in the comments...

I would like to keep the UI as clean as posible, for this I would like to remove the gravatar photo in the comments section. how can this be done? trough CSS? how? thanks :-)

Comments

  1. Alternative solution to consider: I've changed my gravatar to a note image.

    ReplyDelete
  2. You can hide your gravatar in the comments with

    .commentTable tr td:first-of-type {
      display: none;
    }

    And then if you want to distinguish the note text somehow, make it italic, for instance

    .commentTable tr td {
      font-style: italic;
    }

    Or the above mentioned Stuart's solution :)

    ReplyDelete

Post a Comment

Popular posts from this blog

Hello friends

I'm really enjoy using checkvist, you are adding great features very quickly.