Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #596635

    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!

    #596957

    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

    #596968

    @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.

    #596971

    Hi!

    Can you please post the link to your website?

    Regards,
    Yigit

    #596973
    #599034

    Hey!

    you can remove them using this code in Quick CSS field:

    .news-thumb.no-news-thumb {
    display: none;
    }
    

    Hope this helps!

    Regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.