Hi,
Please remove following codes in /single.php file.
<?php if ( has_post_thumbnail() ) : ?>
<p>
<?php the_post_thumbnail( 'full', array( 'class' => 'img-fluid' ) ); ?>
</p>
<?php endif; ?>
And remove following code in page.php file.
<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail( 'full', array( 'class' => 'img-fluid' ) );
}
?>
Regards, C-Themes