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
to remove featured image from single portfolio pages, please use the following css:
Just edit a portfolio item and paste the code into custom css at the bottom of the page.
Then it will work only for this page.
Please send us a link to your portfolio Catface
there is no custom css for portfolios or blogs, only for pages.
If you want to disable the featured image on portfolios then use this css thanks
Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.