Remove featured image from top of blog

Hello
Love Sparkling theme but do not like to see huge featured image on the top of my blog.
Is there any way to remove it?
Thanks

Hi there,

If you mean something like removing the featured image on the main post page e.g. here https://colorlib.com/shapely/template-sticky/ then you can use this CSS to do that:

body.single.single-post .post-content .entry-header{
    display:none;
}

Add it to appearance \ customize - additional css.
Hope this helps.

Hello
Thank you so much for your feedback but the link you gave me doesn’t do anything, the template sticky is still there.
Grace

Hello there,

I hope you are doing well today.

The link was an example of the issue but the CSS that was provided should fix the issue. Were you able to try it out?

Best Regards,
Support

Yes, I have tried but nothing happened I am afraid…

Hi

Please provide link to one of your single post and i will check why the code is now torking