Specific Image instead of Featured Image?

Posted in: Newsmag
Post count: 1

I would like to make the first image that i upload to my text instead of featured image, in my home screen. How can I do that?

Post count: 35449

Hi,
Unfortunately, our theme do no have this option, the featured image must be set like in our guide -> https://forum.tagdiv.com/newsmag-featured-images/ now if you do not want the featured image inside the post, then you can use a css to remove it
.td-post-featured-image {
display: none;
}

This code need to be set in the theme panel > custom code> custom css.
Or you can use the single post style 7 https://i.imgur.com/QjuAyLc.png
Thank you!

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