Removing featured image from single posts' top

Hello,

How can we remove featured images from single posts’ top?

We have edited template-parts/content.php but is also deleted from categories page.

Is there any way to remove only single posts’ top?

Thanks.

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove feature image from single post*/
 .single-post .newspaper-x-image {
    display: none;
}

Best regards,
Support.

Hello,

It woked perfectly.

Thank you very much for this theme and such a fast feedback.

Hi Friend There.
I want to create such tags on my website, bukangoogleblog, how.?

Best Regard.
User

Hello @babyblogger0,

I hope you are doing well today.

We were able to respond to your request in your original ticket.

Best Regards,
Support