Remove Featured Image from Index Page

Greetings,

I am trying to remove the featured image from the home/index page. I followed the instructions on this page, and it works, but the code leaves a space where the featured image should be.

Is it possible to remove the image and have each of the posts show the same on the index page without the blank space where the featured image should be?

Here is the site: http://chriseller.net/

Thanks for your help.

Chris Eller

Hey Chris,

Thank you for reaching out to us. To remove the featured image white spaces please add the following code in the Theme Options > CSS:

.blog .x-main .hentry.has-post-thumbnail>.entry-wrap {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

That worked.

Thanks!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.