Site logo

Archived topic

How to remove featured image per category?

3 replies · Started by Sven on February 1, 2016

Viewing posts 1–4 of 4

Hi Tom,

let's say I have a category "video" and I add featured images to posts of that category. How do I hide the image in each post of that category itself?

I assume, I have to customize

.page-header-image-single {
display: none;
}

in a certain way...?

I appreciate your answer!

Best regards,
Sven

Got it:

/* hide featured image of category VIDEO */

.category-video .page-header-image-single {
display: none;
}

:-)

Awesome :)

This archived topic is closed to new replies.