Block Featured Image on post
-
I chose a featured image, so that I can have a thumbnail appear on the home page. But on the individual story, I do not want the featured image to appear, as I have many pictures and want to have a slideshow instead. How do I block the featured image on individual posts?
-
Hi,
But on the individual story, I do not want the featured image to appear,
You can hide the Featured Image on individual story (technically post single page) by using Custom CSS.
Have you upgraded to Custom Design ?
If yes, please share your blog URL so i will be able to send you the CSS Code Snippet to hide Featured Image at single posts.
Thanks
-
Thank you for your reply.
I have the business plan which i believe has the most customization features. The URL is http://www.frankreport.com and the theme in Antenna.
Thank you! -
Hi,
Please follow the simple steps,
– Go to Appearance > Customzie > CSS
– Use the following CSS Code Snippet,/* Hide Featured Image on Single Post / Page */ .single .post-thumbnail-single, .page .post-thumbnail-single { display: none; }
Thanks
-
-
- The topic ‘Block Featured Image on post’ is closed to new replies.