I have tried to remove the author avatar with the following code;
.template-blog .blog-meta { display: none !important; }
But i’m getting some strange perforate on the blog.
See http://www.blackantenergy.com/?page_id=186
Hey jockejansson!
Add this to your custom CSS.
.post_author_timeline { display: none !important; }
Regards,
Elliott