Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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

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
It’s not working. I can see it on main page and inside the post.
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”.
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
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.
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
Case closed. Thanks for Your help.
I’m starting the course of HTML provided by W3schools.