We decided to not use a featured image for the blog posts. How can i get rid of the icon that comes on top?
Hi farrdesign79,
I think you could do it by going :
Enfold theme options > Blog Layout > Blog Style > chose “Singl author big preview Pic (no author picture is displayed ….)
Hey!
You can also add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-meta {
display: none!important;
}
@begrafiks Thanks :)
Regards,
Yigit
Thanks!