Hide featured image

hi,
i have an photography blog, and i would like to display just the posts without the featured image or just the featured image without the content under it. cause now everything is displayed twice.
i’ve tried the different css tricks, but none work. what do i need to do to fix this problem?

thanks in advance

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

/*hide duplicate images */
.blog .post-content .entry-content p{
  display:none;
}

Best Regards,
Support