Get rid of a few things in Blog posts...


I'd like to get rid of a few things on all the blog posts: arrows, heart, "comments are closed" like on the image below: http://pbrd.co/1jJ2QAX.
At the same time, I'd like to remove all this info (date, likes and comments) in the main blog page.


Here's the code already placed in custom CSS
.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; }
.single-portfolio .post-meta { display: none !important; }
.single-photo-wrapper .share_wrapper { display: none !important; }
#Footer { background-color: #545454; }
#Footer { text-color: #ffffff; }
#Footer { note-color: #ffffff; }
Sign In or Register to comment.