Feature Image

Posted in: Newspaper
Post count: 225

Hello, How to hide or remove the feature image on the post on mobile or AMP version.

Post count: 35449

Hi,

This can be achieve with custom css, please provide me a link were I can inspect this, in this way I will be able to provide you a custom cs that can help you top achieve that.

Thank you for your understanding!

Post count: 225

Check this post: https://10bestgear.com/golf/balls/best-golf-balls-for-beginners/

Does Newspaper mobile theme & AMP support TD Composer.

Post count: 35449

Hi,

Unfortunately I can not see the post -> https://www.screencast.com/t/oXRLG8Dqhej

Thank you!

Post count: 225

Please check now.

Post count: 35449

Try this code for mobile
.td-post-featured-image amp-img,
.td-post-featured-image img {
display: none!important;
}

https://www.screencast.com/t/YOIknlShlP

Thanks!

Post count: 225

Thanks! It’s working fine. Also, I want to remove the footer logo & About US text (https://prnt.sc/mv40r3) on mobile theme.

Can I enable default social share button only mobile or mobile theme or AMP version?

Post count: 35449

Hi,

You can replace the above custom css with this one -> https://www.screencast.com/t/0NHdDin9RGK
.td-post-featured-image amp-img,
.td-post-featured-image img,
.td-mobile-footer-wrap .td-footer-logo,
.td-mobile-footer-wrap .td-footer-wrap .td-footer-description {
display: none!important;
}

This one will hide the feature image the the logo from footer and the about us text.

Thank you!

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