Reply To: How to edit and assign blog thumbnails

#2242
livemesh
Keymaster

Looks like for your requirement, the following CSS will do. Thanks –

.single-post img.featured { display: none; }

or just

.single img.featured { display: none; }

You can insert the CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file.