Hide featured images for all posts in mobile theme

Posted in: Newspaper
Post count: 17

Hi, TagDiv support

For our website, we hide all featured images and would love to do the same for the mobile theme. I added the following CSS at Theme Panel>>Mobile Theme>>Custom Code:

.single .entry-content img {
display: none;
}

However, the mobile theme still shows the featured image. How can I resolve this, please?

Thanks…

Post count: 35449

Hi,

You can try this custom css for mobile theme plugin ->
.single .td-post-featured-image{
display: none;
}

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

Thank you!

Post count: 17

It worked! Thank you, Calin.

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