Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #293227

    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?

    #293244

    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

    #293247

    Thanks – all sorted now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Latest News – Blank Box next to Post Title’ is closed to new replies.