Thumbnail shown in blogpost in Mobile theme

Posted in: Newspaper
Post count: 10

Even after selecting Post template: 5 in my blog post it showing the featured image at the very beginning of the post in mobile view… is there any different setting for the mobile view. I don’t want featured images to be shown.
Sry for bad English. Thank you!

Post count: 35449

Hi,

If you are using the mobile theme plugin, then you need to use a custom css to remove the featured image -> https://i.imgur.com/nXdlLdI.png
.td-post-featured-image {
display: none;
}

The code need to be set in Them Panel> Mobile Theme> Custom code > Css.
Also you can adjust mobile theme from here -> https://i.imgur.com/ET40GBB.png

Hope this will help you!
Thank you!

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