How to diseble the Featured image display on index page(Home page)?

Dear all

How to diseble the Featured image display on index page?
i want use the WPTOUCH for mobile theme,need use the Featured image but i don’t want show the Featured image on index page ? who to disable ?

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the featured image by going to Appearance > Customize > Additional CSS and pasting it there.


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

Best Regards,
Support

HI
The code is working
Thanks!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support