/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/
/* Oculta la Imagen Destacada en la entrada */
.single-post .wp-post-image {
    display: none;
}

/* También puedes probar con este si el anterior no funciona */
.single-post .entry-header .post-thumbnail {
    display: none !important;
}