This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
I don´t like the featured image to be displayed on top of my blog.
I´d like to remove it from my grid and from my single blog page. Can this be done through settings or CSS or do I need to change files?
ps. I don’t want to remove all the feature from my post I just don’t want them displayed on those places.
Hello,
Please add this code into custom.css file.
.blog-masonry .post .wp-picture,
.blog-post .wp-picture{
display:none;
}
Regards,
Robert Hall.
perfect..
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Remove featured image from grid and post page’' has been successfully resolved, and the topic is now closed for further responses