I want to remove featured image box in the homepage. I need the content to be displayed fully without the featured image in the homepage since I am not going to use this feature. But even though If I don’t use Featured image it is blank and not hiding.
Hi,
Thank you for contacting us.
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
body:not(.single) .hentry .entry-thumbnail {
display: none;
}
body:not(.single) .hentry .entry-summary {
margin-left: 0;
}
Regards,
Kharis
aThemes Support
Thanks for your quick reply. It worked great
1 Like
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support