Disable faded background image from posts

How do I disable the ugly faded background images on blog posts? These come from featured images, but I need to keep them for thumbnails.

There is no customise option or setting for this. Have already tried the following, but none work:

.single-post .post-thumbnail {
display: none;
}

.single-post .fl-page-content {
background:none;
}

body.blog {
background-image: none;
}

body.single-post {
background: none;
}

Cheers,
Kris