Tagged: Blog, Images, Latest News, remove
-
AuthorPosts
-
February 13, 2014 at 12:31 am #223119
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.pngI tried doing some display: none; changes to css but none were working for me.
Thanks!
ClaireFebruary 13, 2014 at 6:31 am #223242Hey Claire!
Try adding this code to the Quick CSS:
.home .avia-content-slider .wp-post-image { display: none !important; }Cheers!
JosueJuly 6, 2016 at 9:10 pm #657719And 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; }July 6, 2016 at 10:32 pm #657753Hi,
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,
VinayJuly 7, 2016 at 9:49 am #657859I 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.July 7, 2016 at 6:25 pm #658173Hey!
Try adding this code to the Quick CSS:
span.news-thumb.no-news-thumb { display: none; }Cheers!
JosueJuly 9, 2016 at 11:03 pm #658871So 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.
July 10, 2016 at 10:46 am #658916You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
