I’m using the Latest News Widget to show the last 5 blog posts in a sidebar – it’s working well, except it’s showing a blank box to the left of the blog post title. I’m not sure where this is coming from or what it’s mean to display.
Is there a way to turn this off?
Hey databuzz!
Thank you for visiting the support forum!
You need to add a featured image on the post. If you want to disable this thumbnail, add this on Quick CSS or custom.css:
span.news-thumb.no-news-thumb {
display: none;
}
Cheers!
Ismael
Thanks – all sorted now.