how to make featured image only show up on slider bar and not on individual post

I wanted to know if there was a way to have the featured image show up only in the slider bar and not again in the post. Currently the featured image shows up in the slider bar and as the first image in the blog.

thank you
Nathalie

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the featured image in the post image by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove featured image*/
.single-featured {
    display: none;
}

Best Regards,
Support

Thank you! It worked wonderfully!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support