Hello @kmatthews85
Do you want to hide the featured image from the single post? If yes, please add this below CSS codes on Appearance > Customize > Additional CSS,
.single .post-thumbnail.full-width-image img {
display: none;
}
Hope this works.
Thank you
I want to hide all featured
Images on my post but want to utilize the the thumbnail until they click on the link
Hi, would you please come with the screenshot where you want to hide the featured image? The above provided code works for the single page image.
Thank you