-
AuthorPosts
-
April 24, 2016 at 1:51 pm #897640
The css code removes the image from the archive page as well when i add the following css code.
.single-post .entry-featured {
display:none;
}How can i avoid that, i want the image to show on archived pages.
April 25, 2016 at 2:28 am #898211Hi,
It shouldn’t removed the images on archived pages.
Can you provide us your site url so we can take a closer look.
Thanks
May 1, 2016 at 6:47 pm #908322Hi,
I have been reading many posts about removing the featured image from posts. I have tried all codes and finally one of them worked. However the post title still displays along with the author, date and category. I don’t wish to display them there since I have plans to Display that information elsewhere but I can’t seem to be able to get rid of it.
My website is iflystandby.com
I have included a screenshot of the Data I wish to remove
May 1, 2016 at 11:59 pm #908563Thanks for updating the thread. It seems your website is under construction. Please take it off or provide us the credentials in private reply so that we can check and assist you on this.
Meantime you could try this :
.single-post .entry-header { display: none; }
Hope this helps.
Thanks
May 23, 2016 at 3:42 pm #1005964Is it also possible to hide the image for an individual post by adding a code to the Post Settings / Body CSS Classes?
May 23, 2016 at 9:45 pm #1006469Hi There,
The field Body classes is only for adding a custom class on the page, not for defining a custom css.
You can define this custom css on Customizer instead.
.myclass .entry-header { display: none; }
And then apply the myclass to your page.
Hope it helps, Cheers!
-
AuthorPosts