Home>Support>Remove featured image from post

Remove featured image from post

Hi,

I’m using Origami Premium. I would like to remove featured image only from inside a post. I would like to see it at my home page.

I found many topics with methods how to remove feature image at all but this isn’t what am I looking for.

URL: http://gryftrek.com

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 Piotr Wojnowski

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    body.archive .post .featured-image {
      display:none !important;
    }
    

    Let me know if that works out for you

    Cheers

  2. 9 years, 5 months ago Piotr Wojnowski

    It’s not working. I can see it on main page and inside the post.

  3. 9 years, 5 months ago Piotr Wojnowski

    On my main page are (or I should write – will be) posts. It’s not a static page. Maybe it is connected with my “issue”.

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

    Hi Piotr

    Please change the previous custom CSS to this

    body.single .post .featured-image {
      display:none !important;
    }
    

    Let us know how this works out

    Thanks

    Magus

  5. 9 years, 5 months ago Piotr Wojnowski

    Great! It’s working.

    Thanks.

    P.S. What’s the better source about CSS (in Your opinion) for beginners? I would like to learn something about it because I don’t want to “run” with every problem to You, guys.

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

    Perfect :-)

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

    You could check out http://www.w3schools.com/ there is a section on CSS

    Cheers

  7. 9 years, 5 months ago Piotr Wojnowski

    Case closed. Thanks for Your help.

    I’m starting the course of HTML provided by W3schools.

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