Hello,
Please give your site URL and give the screenshot of the page where you want to remove featured image.
Thanks.
Hi, please ee the image at 
I don’t want to remove the featured image itself – I want Pretty Photo to not be active in the theme. How can I disable it?
Hello,
Go to Dashboard -> Appearance -> Customize -> Additional CSS -> paste the below code in Custom CSS box and save –
.post-image {
display: none;
}
Thanks.
As already mentioned, I do NOT wish to hide the featured image on a post. What I want to do is hide the additional functionality that the PrettyPhoto plugin (which is integrated with your theme) adds to featured images on posts. IE: I DON’T want those images to have a weird hover effect over them, and I DON’T want users to be abale to click those images. I simply want the images to appear embedded at the top of posts and not be interactable. How can I remove PRETTYPHOTO from this theme?
Hello,
paste the below code in Custom CSS box and save –
span.img-hover {
display: none;
}
span.fullscreen {
display: none;
}
Thanks.