Tagged: x Author Posts April 11, 2016 at 5:24 am #876214 CrikeyMateParticipant Hello! I’m seeking the CSS code to hide Featured Images for a particular category posts’. IE, so when the post is viewed, if in a certain category, the featured image will not be displayed. Thanks in advance! 🙂 April 11, 2016 at 6:05 am #876251 CrikeyMateParticipant This reply has been marked as private. April 11, 2016 at 9:40 am #876527 ThaiModerator Hi There, Please try adding the following CSS under Customizer > Custom > Edit Global CSS: .category-funny-videos .entry-featured { display: none; } You replace the funny-videos with your category slug. Hope it helps 🙂 April 11, 2016 at 10:02 am #876562 CrikeyMateParticipant Ha, you even nailed the category. Fantastic, thanks 😉 April 11, 2016 at 12:14 pm #876806 Prasant RaiModerator You are most welcome. 🙂 Author Posts