How do I remove a featured image from the blog PAGE but not the blog POST

Hey there,
We’re trying to give our blog page a clean look without the featured images, but I would still like the images to be featured within the individual blog post. How can I best achieve this? Also, I’m not a smarty pants coder so please break directions down in simple lay-mans terms. I really appreciate your help in this!

Hello @momstar,

Thanks for writing in!

To remove featured image from blog index page please add following CSS in X > Launch > Options > CSS:

.blog .entry-featured {
    display: none;
}

http://www.screencast.com/t/jt2gxMj0JsG

Let us know how it goes.

Thanks.

Thank you for the response but now I can’t find the CSS function. I followed the path and got to Options but I can’t find CSS. Am I looking right at it but not seeing it?

Hi there,

You should be able to see the CSS link in the same column as the save option. There must be some script conflicts that’s why the options are not showing up.

Please check for the following first:

  1. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

  2. Clear all caches including browser cache then deactivate your caching plugins and other optimization plugins.

  3. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

  4. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  5. Remove custom CSS, Javascript and templates.

Thanks.

Okie dokie, the code worked great and it’s all good now. Thank you for your help!

Glad we could help.

Cheers!