Hi, I’d like to know how to hide featured images from all the post, so that it appears only in the slide and on the main page. Thank you
Hi @mie91,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
body.single-post img.single-featured.wp-post-image {
display: none;
}
Best Regards,
Movin
thank you so much!! it works!
have a nice day!
You are most welcome here