/* Oculta la featured image en entradas individuales */
body.single-post .post-thumbnail,
body.single-post .entry-header .post-thumbnail {
  display: none !important;
}
/* Si tu tema envuelve la imagen en un contenedor de WPBakery */
body.single-post .vc_single_image-wrapper {
  display: none !important;
}