Hi Juan,
In order to hide the featured image from the post you should
– install Child theme we prepared here.
– activate child theme
– go to server and copy wp-content/emmet-lite/content-single.php file to wp-content/emmet-child/ folder
– open it with text editor and comment this line <?php mp_emmet_post_thumbnail($post, $emmetPageTemplate); ?>
.
The line should look like this
<?php //mp_emmet_post_thumbnail($post, $emmetPageTemplate); ?>
– save the changes and upload modified file to server (child theme folder)
Best regards,
John