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.

Remove featured image from post

Resolved 7 replies premiumthemetheme-origami
10 years ago · Last reply by Piotr Wojnowski 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Daniel Staff 10 years, 10 months ago

    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. Piotr Wojnowski 10 years, 10 months ago

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

  3. Piotr Wojnowski 10 years, 10 months ago

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

    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. Piotr Wojnowski 10 years, 10 months ago

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

    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. Piotr Wojnowski 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread