Remove meta only from portfolio
Hi
I just want to remove the meta from my portfolio pages (example: https://www.angelinadraper.com/portfolio-item/tech-scene-myanmar-hinges-cellphone-grid/)
Reading here in the forum, it seems that unlike blog posts, the portfolio meta has to be removed with custom css. Can you tell me what that would be. I saw your suggested css in an answer to someone else:
.post-meta { display: none !important; }
but I am afraid that would kill all the meta from all posts. Please advise.
Thank you
Comments
this would work but it would affect the blog posts as well, use this css for portfolio only thanks