Hide featured image in home

Hi everyone,
I would like to set a featured image to be used in the widget area, but that does not appear in posts or even in the home (hidden everywhere except in the widget bar). How can I do? I used all the plug-ins present in the store but the image in the home is not hidden.

Best regard.

Maybe I solved it but I would like to understand if I did well, and if there will be problems with updating the theme:

i’m going to Appearance > Customize > Additional CSS and entered this code:

img.single-featured.wp-post-image {
    display: none;
}
.entry-meta {
    display: none;
}

I did well?

Hey there

Thank you for question,
“I would like to set a featured image to be used in the widget area” - Not clearly understand this question, can you help me? also, please include all necessary links in the reply

When you set up a featured image, you can see this image on the home page and in the post. I’m looking for a method to hide the featured image. I just need that, the feature image can be seen in the widget bar (I put a widget showing the title and a thumbnail of the featured image). I am attaching an image. The site is still off-line.

Good evening

Ok, there is no option for this, so lets try with css, ,please provide link to the page and tell me which image to hide and which one to leave

Maybe I solved it but I would like to understand if I did well, and if there will be problems with updating the theme:

i’m going to Appearance > Customize > Additional CSS and entered this code:

img.single-featured.wp-post-image {
    display: none;
}
.entry-meta {
    display: none;
}

I did well?

i’m going to Appearance > Customize > Additional CSS and entered this code:

img.single-featured.wp-post-image {
    display: none;
}
.entry-meta {
    display: none;
}

Maybe I solved it but I would like to understand if I did well, and if there will be problems with updating the theme,
I did well?

Hello

Yes, this is where we usually store css codes :slight_smile:
Please check again if your problem is resolved and i will close this case

problem is resolved , tnks

Thank you :slight_smile:

I will close this case now, Feel free to contact us again if you have other questions Thanks!