Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #704923

    Hello,
    I’m using the Enfold Latest News Widget in my footer. The problem is for the posts that do not have a featured image, it displays a blank square. Please click on the link below and scroll to the bottom. Any suggestions ? Thanks

    Website

    • This topic was modified 8 years ago by bibbitybop.
    #704927

    Hi bibbitybop!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove thumbnails from your widget

    span.news-thumb {
        display: none!important;
    }

    Regards,
    Yigit

    #704932

    Unfortunately that removes *all* the featured images. That’s not what I want. The posts that show the featured images are fine. The posts that *do not* have a featured image are showing the blank square. If you click on the link I posted, you can see plainly what I’m talking about.

    #705014

    Hey!

    I already checked your website however removing thumbnails only on posts that has no featured image looked ugly. You can use following code to hide the placeholder

    span.news-thumb.no-news-thumb {
        opacity: 0;
    }

    Cheers!
    Yigit

    #705082

    Perfect ! Thank-you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold Latest News Widget – Featured Image’ is closed to new replies.