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; }
Comments