how to remove image in single post

Hi there,
Before im are any mistake does someone know how too remove the image before title in single post ?
thanks

You can remove it in two ways.

  1. remove it in the file itself. this file -> single.php or
  2. Just hide it using this CSS code

.element { display: none; }

Yes, that’s right!

Method 2, quite simple