Featured image in portfolio item

Hi,
I’ve set up a portfolio and have a featured image for each item so it displays on my portfolio page.
However, when the item open the featured image displays at the top above the post. Is there a way for it not to show in the actual post? Hope that makes sense.
My in progress site is http://www.dafnation.co.uk/portfolio-item/wonderland/

Thanks in advance,
Daf

Hi Daf,

Thanks for reaching out.

Sure, it’s possible. Please add this CSS to Theme Options > CSS

.single-x-portfolio .entry-featured {
display: none !important;
}

You can also check this related thread in case you need to create or get the proper selectors for your CSS. Changing blog post text size in CSS affects Navigation Collapsed and Classic Feature List elements

Thanks!

1 Like

Thank you for your reply. Much appreciated :+1:

You’re welcome :slight_smile:

1 Like

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