Check this post: https://10bestgear.com/golf/balls/best-golf-balls-for-beginners/
Does Newspaper mobile theme & AMP support TD Composer.
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!
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?
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!