Hide featured image in portfolio pages

Hi,

I had featured images hidden in portfolio pages with the following code:

/* HIDE PORTFOLIO STUFF ON SINGLE PAGE */
.single-portfolio .post-nav { display: none; }
.single-portfolio .post-header { display: none; }
.single-post .single-photo-wrapper { display: none !important; }

.single-portfolio .post-meta { display: none; }
/* .post-header .button-love a.mfn-love { display: none; }*/
.single-photo-wrapper .image_frame { display: none; }
.single-portfolio .project-description { display: none; }

.section-post-related .post-related .date_label { display: none !important; }


A recent update to the latest version of BeTheme seems to have stopped this working.

How can I hide the featured image at the top of single portfolio pages?

Here's an example:


I want to hide the image at the top. I need the featured image for the thumbnail in the portfolio grid.

Thanks :-)





Comments

Sign In or Register to comment.