Hide featured image/thumb from Tag view but not Portfolio page

Using the following CSS in Theme Options:
.category .entry-thumb { display: none; }
hides the Featured Image in both category/tag view (domain.com/portfolio-category and domain.com/portfolio-tag) AND on the main Pro/X Portfolio page (Page with Portfolio-fullwidth template).

I only want to hide the featured image on the Category and Tag pages/indexes, NOT the Portfolio page. How can I achieve this?

Thanks in advance.

Hi George,

Thanks for writing in! Could you please try adding the following CSS rule into your X/Pro -> Theme Options -> CSS area and see if that helps.

.tax-portfolio-category .entry-featured, .tax-portfolio-tag .entry-featured {
    display: none;
}

Thanks!

Perfecto! Thank you.

You’re welcome!

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