Hello! On my blog posts, there is a unwanted graphic (a square with a pencil) appearing at the top of each of my blog post.
Can you please advise me as to how to remove this graphic?
I have tried deleting all of my tags, and it is still appearing on my blog posts.
I appreciate your assistance,
Amy
Hey teachingwithamy!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following:
.blog .blog-meta a {
display: none !important;
}
Best regards,
Günter
Thank you, Gunter! That took care of my issue! :)