Remove Author, Publish date and "love" from portfolio items

edited September 2014 in Portfolio
Hello! I would like to know how to remove the author information, the published date and the love icon /functionality from portfolio items.
Take a look at the screenshot here: http://cl.ly/image/090J2g3x0n3U/content
Thanks!

Comments

  • Hi! Also i've noticed the sub-header doesn't appear!! The title and breadcrumbs are over the header image!
    How can i fix this?
    Thanks!
  • edited September 2014
    Forget my last comment, i've figured out! but please answer my first question!
  • Hi,

    to remove all those stuff from portfolio page, please use below css:
    .post-header .button-love { display: none !important; }
    .single-portfolio .title_wrapper .post-meta { display: none !important; }
    .post-header .title_wrapper { border: 0; margin-left: 0; }
    .single-portfolio .project-description { display: none !important; }
Sign In or Register to comment.