Home>Support>Current: Remove featured image in post

Current: Remove featured image in post

By Ashley Williams, 9 years ago. Last reply by Daniel, 9 years ago.

Hi,

I’ve installed the theme Current and I really love it. I like the featured image being part of the blog post on the home page.

However is there a way to remove it from being on the blog post page and just on the home page?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 5 months ago Daniel
    Hi, I Work Here

    Hi Ashley,

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 9 years, 5 months ago Ashley Williams

    http://www.tinyapps.pw/2015/04/beta-testers-required/

  3. 9 years, 5 months ago Daniel
    Hi, I Work Here

    Hi Ashley

    You can fix/change this with some custom CSS. Try that out in your custom css

    body.postid-75 .thumbnail-wrapper {
        display: none !important;
    }
    

    Cheers

  4. 9 years, 5 months ago Ashley Williams

    Hi,

    That works. Is there anyway to remove the featured image from all blog posts?

  5. 9 years, 5 months ago Daniel
    Hi, I Work Here

    Am glad that worked out for you :)

    You could use the Inspect Element tool (for more info https://developer.chrome.com/devtools) provided by browsers to get the postid of that particular page and use the code provided earlier. All you need to change id the postid figure.

    Let me know if you need further assistance with this

    Cheers

  6. 9 years, 5 months ago Magus
    Hi, I Work Here

    Hi Ashley,

    Wouldn’t it be possible to just use this?

    body.single .post .thumbnail-wrapper {
      display:none !important;
    }
    

    This should only remove the images from the post pages.

    Magus

  7. 9 years, 5 months ago Ashley Williams

    That works

  8. 9 years, 5 months ago Daniel
    Hi, I Work Here

    Perfect :-)

    Always feel free to open a new thread whenever you require support

    Cheers

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More