Site logo

Archived topic

Remove "featured image" from portfolio only

5 replies · Started by racheli on July 8, 2017

Viewing posts 1–6 of 6

Hello
How Can I remove "featured image" from displaying on portfolio only,
but keep featured image on the regular posts?

Thanks

Hi there,

Can you link me to your portfolio possibly?

Thanks!

Try this CSS:

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

You r the best!

Glad I could help! :)

This archived topic is closed to new replies.