How to Hide Featured Image in Posts

Posted in: Newspaper
Post count: 6

The featured image shows up at the top of each article. How do I hide the featured image in the article posts?

Post count: 23312

Hello rbaron0627,

Please notice that you can use the post template style 5, because this type of post template does not display the featured image on the top of the post or if you do not want using that, you have to use a bit of CSS code to hide it. For example, if you are using the post template style 1 and you want to hide the featured image to top of the post section, you have to use the next code ->

The code is ->

.td-post-template-1 .td-post-featured-image {
display:none;
}

The result you should see here -> http://screencast.com/t/0FUYbtrvk8

NOTICE: If you are using another post template for displaying your posts, you simply replace the number of the post template with yours. (2,3,4,…)

Thanks.

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