Hej guys!
I’ve done some searching on the forum to see if I could find a solution to hide the featured image on the actual page of the post, not the page showing all posts with pagination. For some reason, our SEO guy wants to place the image in the post himself and not have it automatically appear when you set the featured image. I’m not entirely sure why he wants to do it this way, but it makes the image appear twice on the page. I’ve found a solution on the forum to hide it manually on a single post, or to hide them on the page showing all posts with pagination, but nothing to help me hide it on all posts’ pages itself. Any help would be appreciated! Tak!
Hi,
Can you post the link to your website please? specifically to a single post page.
Regards,
Josue
Here’s a link to one of the posts. http://reevesroofandgutters.com/consumers-reeves-roofing-angies-list-roofing-contractor/
Though I’m hoping y’all will have a css code that will take the header image off. Thanks.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .big-preview.single-big { display: none; }
That should remove preview image on single posts page
Cheers!
Yigit
Thanks Yigit! It worked.