Mobile theme post

Posted in: Newspaper
Post count: 61

How not to show post image at mobile theme?
http://prntscr.com/jddo53

Post count: 20688

Hi,

So you would like to hide the featured image in the post page, when using the mobile theme plugin. That could be done by modifying the mobile post page template. Comment or remove this code from the mobile theme post template file
https://www.screencast.com/t/DckFD79Z

Or enter this code in Theme panel->Mobile theme->Custom CSS

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

Thanks

Post count: 61
Post count: 35449

Hi,

Please do not replay in your topic, this will only delay the time until you get the answer, we answer in topics from oldest to newest.

Thank you!

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