Charlotte - Remove single post featured image

If you'd like to remove the featured image from the top of the single post pages in the Charlotte theme, you can add the following code snippet to your theme:

.single-featured-image img { display: none; }
.single-post.full-width-content .entry-header { padding-top: 20px; }

Paste this code snippet at Appearance > Customize > Additional CSS.