Remove featured image inside post in style 1

Posted in: Newspaper
Post count: 73

Hi,

Can I remove the featured image inside the page post in style 1?

I realize that I style 5 already is set up for this – but I’m using style 5 already (with some advanced custom fields for it) so I will need another style where the featured image does not appear inside the post.

Btw: I’m also using style 12 for a differnet kind of post with acf as well.

So I need another style without an featured iamge. 🙂

Any advice?

Best wishes
Lars

Post count: 23312

Hello Larshell,

As you can see, the post template style 5 do not display the featured image on the post page. So, if you want to have another post template which does not display the featured image in the post page you have to use a bit of CSS code to hide the specific container for featured image. For example, if you are using the post template style 1 and if you want to hide the featured image for the post page, please try to use the code below and place it in Theme panel->Cusotm CSS Area.

The code is ->

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

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

Please notice that if you want to apply the above code for another post template you simply change the number of the post template used by you (2,3,…)

Hope this helps!

Thank you for your understanding!

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