Tagged: feature image
Hello,
I want to remove featured image inside the single post. I searched this forum and I found dozen of posts with same problem however these aren’t working for me – it’s still shows default “WordPress prencil”. Most probably it’s because of incompatibility with new WordPress 4.7
I have the newest enfold verison: 3.8.4
These custom css I alredy tried:
#top .fullsize .template-blog .blog-meta {
display: none !important;
}
.single .big-preview.single-small, .single .blog-meta {
display: none!important;
}
.single-post .big-preview{
display: none !important;
}
Kindly advice, thanks.
Hey cheaptrip,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
I have already found solution in another topic
.template-blog .blog-meta, .multi-big .post_author_timeline,
.single-small .post_author_timeline { display: none; }
.single .blog-meta { display: none!important; }
However, could you let me know what is the purpose of the second and third line? Thanks.