Need to hide featured image in mobile theme

Posted in: Newsmag
Post count: 9

I need to hide featured image in mobile theme.

Thanks!

Post count: 35449

Hi,
If you only want to hide it, then you can use this custom css:
.td-post-featured-image {
display: none;
}

This code need to be set in the theme panel > mobile theme > custom code> css -> https://i.imgur.com/1JXOvvc.png
In case that you do not want to have featured image at all in posts (on desktop and mobile too), then you can use this option -> https://i.imgur.com/pC8obvX.png
I hope this will help you!

Post count: 9

Thank you Calin! What a great support!

Post count: 35449

Thank you too!

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