how do you remove the pencil that is on the left side of the posts?
Hey jdrakeproductions!
Your probably wanting to add this to your custom CSS.
.blog-meta img {
min-height: 80px;
}
Or if your just wanting to get rid of the pencil icon then do this.
.blog-meta .iconfont {
display: none !important;
}
Best regards,
Elliott