Tagged: Blog, Images, Latest News, remove
How can I remove the featured images from “latest news” blog posts only on homepage?
You can this section now on my website: burkebond.noogalabs.com at the very bottom.
I would like it to look like this instead: http://i.imgur.com/Jv2fnwy.png
I tried doing some display: none; changes to css but none were working for me.
Thanks!
Claire
Hey Claire!
Try adding this code to the Quick CSS:
.home .avia-content-slider .wp-post-image {
display: none !important;
}
Cheers!
Josue
And how can I remove the featured images from “latest news” blog posts in the widget?
I try this, but it does’nt work:
.news_thumb {
display:none !important;
}
Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
I mean the thumbs below in the right sidebar. We have rarely featured images. It would be better still if only one thumb appears when a featured image is present, no “phantom” thumb ;-). The link you find in the private content.
I hope my remarks are to be understood. I use the Google translator, because my English is bad. My mother tongue is German.
Hey!
Try adding this code to the Quick CSS:
span.news-thumb.no-news-thumb {
display: none;
}
Cheers!
Josue
So the “phantom”-thumb is disappeared:
.span.no-news-thumb {
display: none;
}
Along with this code are then all thumbs disappeared:
span.news-thumb {
display: none;
}
The span-tag was the solution. Thanks for your help.
You are welcome, glad to help :)
Regards,
Josue