Tagged: featured image, post, sidebar
So I have my posts categorized as blog posts and press releases. My blog posts have a featured image. My press release posts do not. I have a sidebar that displays my latest blog posts and press release posts. The posts that don’t have a featured image, there is an empty square next to the title where the image would be. Is there any way to remove this or replace it with just an icon/bullet/etc.? It looks really odd that some posts have images and others an empty square box.
Please advise. Thanks!
Hey jend_onesource!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.news-thumb {
display: none;
}
Best regards,
Yigit
@Yigit
That CSS just took out ALL the thumbnail images. I like the image thumbnail for my Blog posts. I just think the empty squares for the Press Release posts look dumb. It looks like our company forgot to put an image in. See screenshot: http://goo.gl/wrFpc5
Ideally, I’d prefer one of these to happen:
1. Remove the squares on just the Press Releases.
2. Replace with a static icon. Like a bullet or something from the fontello icons options.
If none of these are possible, I will just put in a 200×200 image. I can’t have empty boxes. Please advise.
http://www.onesourcebackground.com
And our blogs can be seen here:
https://onesourcebackground.com/blog/
Hey!
you can remove them using this code in Quick CSS field:
.news-thumb.no-news-thumb {
display: none;
}
Hope this helps!
Regards,
Andy