This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Current: Remove featured image in post

Resolved 8 replies themetheme-current
10 years ago · Last reply by Daniel 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. Daniel Staff 10 years, 10 months ago

    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. Daniel Staff 10 years, 10 months ago

    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

  3. Ashley Williams 10 years, 10 months ago

    Hi,

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

  4. Daniel Staff 10 years, 10 months ago

    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

  5. Magus Staff 10 years, 10 months ago

    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

  6. Ashley Williams 10 years, 10 months ago

    That works

  7. Daniel Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread