This topic has 2 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hi,
How do you remove images on the blog. It seems that these images are featured but then when opening individual post there is no image under ‘featured image’
I have used css
.post-single .wp-picture{
display:none;
}
to remove them from individual posts but still showing on the blog page.
Please advise where to manage these images.
Thanks
Hello,
Please add this code in custom.css to remove featured images from Blog page:
.wp-picture {
display: none !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up