I want to remove the image on the left that previews the blog post. I’ve looked through several other posts trying them, but nothing I try is working. (this picture: https://kriesi.at/support/topic/how-to-remove-the-picture-icon-on-blog-posts )
Would love some direction on how to get rid of this.
Hey sproutstudio,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.single-post .blog-meta {
display: none;
}
Let us know if this helps :)
Best regards,
Nikko