I would like to know how I could add an additional choice for blog styles. I would like it to be identical to the single author, small preview image but without the image at all. So basically just remove the images from the blog posts.
Hey!
Try adding this code to the Quick CSS:
.blog-meta, .post_author_timeline {
display: none;
}
Cheers!
Josue