• Resolved indruwriter

    (@indruwriter)


    Hi,

    I use Incolor as a theme and I was wondering how to remove the featured image from inside the body of the blog posts. I can find no such option anywhere under the Customize section.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi!

    Either add this in Customize > Additional CSS:

    body.single .entry-media { display: none; }

    Or edit single.php in the theme and remove line 25:

    <?php the_post_thumbnail('incolor-large'); ?>
    Thread Starter indruwriter

    (@indruwriter)

    Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.