Category pages missing featured images

Hello, I know enough that there’s a CSS issue preventing featured images from showing up on category list pages like this one:

https://www.bourbonbanter.com/category/drink/drink-reviews/bourbon-reviews/

What code do I need to add in order for the images to show up on all category pages?

Thanks,

Patrick

Hey Patrick,

Thank you for reaching out to us. The custom CSS you’ve added is causing the issue, you can update your code with the following one:

body:not(.blog):not(.search-results):not(.category.archive) .x-main .entry-featured {
    display: none!important;
}

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Thanks!

Thanks! nMuch appreciated.

Hi Patrick,

Glad that we are able to help you.

Thanks

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