Hide the featured image in the mobile theme

Posted in: Newspaper
Post count: 9

Hi,
I want to hide the featured image on posts in mobile theme
but i don’t have this option “Post settings ” -> screenshot

  • This topic was modified 4 years by lpro.
Post count: 35449

Hi,
Unfortunately, there is no option in mobile theme plugin for that. It is used the general option from the theme panel -> https://i.imgur.com/pE4nxho.png but this will apply on default post templates too.
On solution will be to use a custom css:
.td-post-featured-image{
display: none;
}

This need to be set in the theme panel> mobile theme > custom code> css.
I hope this will help you!

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