Hi, I’d like to know how to hide featured images on the main page, so that it doesn’t appear before the excerpt of the post.
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.blog img.single-featured.wp-post-image {
display: none;
}
Best Regards,
Movin
Hi Movin,
Thank you so much!
You are most welcome here