Remove featured image from mobile theme

Posted in: Newspaper
Post count: 17

How do I remove featured image from the mobile theme?

Post count: 35449

Hi,

If you want to remove the featured image inside the article from mobile theme you need to use this custom css ->
.td-post-featured-image{
display: none;
}

The code need to be set in Theme panel> Mobile theme> Custom code> css.

Hope this will help you!
Thank you!

Post count: 17

Thanks a lot, this helps.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.