- Acme Themes

Best Premium and Free WordPress Themes Forums SuperNewsPro How to remove featured images from specific category archive page Reply To: How to remove featured images from specific category archive page

#6599
acmethemes
Keymaster

Hello Per Johansson,
Thank you for your question.
Please add the below CSS codes in Appearance > Customize > Layout/Design Options > Custom CSS

 .category-8 .post-content {
    margin: 0 !important;
}
 .category-8 .post-thumb {
    display: none;
}

Hope, this will solve your problem. If the problem is not solved, let us know.

Thank You
Acme Supports