Removing fields

edited June 2014 in Portfolio
Hi, i need some help removing this fields (red marked stuff) from the single post portfolio page. 



Thanks in advance!

Comments

  • edited June 2014
    Hey,

    to remove those things, please paste below css in Theme options > Layout > Custom CSS section:
    .single-portfolio #Subheader { display: none; }
    .single-portfolio .post-header .button-love { display: none; }
    .single-portfolio .post-header .title_wrapper { margin-left: 0; border: none; }
    .single-portfolio .post-meta .author-date { display: none; }
    .single-portfolio .post-meta .category { display: none; }
    .single-portfolio .fixed-nav.fixed-nav-prev { display: none; }
    This will do what you exactly need :)
  • Thanks sweet Muffin! worked perfectly!
Sign In or Register to comment.