(2016-11-18, 11:15 PM)Phillip™ Wrote: You are looking for this in global.css
.post .post_author div.author_avatar img { padding: 5px; border: 1px solid #ddd; background: #fff; }
Remove the border on there to this.
.post .post_author div.author_avatar img { padding: 5px; /* border: 1px solid #ddd;*/ background: #fff; }
To add onto this, if you want to remove EVERYTHING (The border and White background). Simply remove the whole block
.post .post_author div.author_avatar img {
}
Either empty it like that or also delete the CSS.