Remove image from thumbnails in posts

Posted in: Newspaper
Post count: 17

Hi, this is my first question since I buyed this theme.

When I choose a thumbnail to show my posts in my homepage, I have this image at the begin of my post too.

I want that this thumbnails appears in my home, but I dont want that they appears in my posts. How can I do this?

Thanks

Post count: 3343

Hi,
You can hide the featured image on post page from Theme panel -> Post settings http://screencast.com/t/MMopIooMB

Thanks for the message!

Post count: 17

Hi, thanks Marius, but this doesn’t work with Homepage – with article list – module 1. When I other modules it works, but my homepage is with module 1.

Post count: 3343

Hi,
From there you hide the featured image from post, do you need something else, you want to hide the image from module 1?

If you want that please comment this lines of code like here: http://screencast.com/t/jsUYmgEfwPu

Thanks for your message!

Post count: 17

Hi again,

Sorry if I’m explaining wrong.

I want to hide featured image when I read the full article, but I want to see it when I see module 1 in my homepage.

When I turn off featured articles in post I can get this with other modules, but with module 1 I can’t see this image if I do it.

Post count: 3343

Hi,
Leave the settings enabled to show the featured images from theme panel and add this CSS in Theme panel -> Custom CSS

.single .post .thumb-wrap {
    display: none;
}

Thanks!

Post count: 17

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.