Removing Author, Date, Tags, and Comments on Blog Titles
/* For Blog page */
body .meta-author {
display: none !important;
}
body .meta-category {
display: none !important;
}
body .meta-comment-count {
display: none !important;
}
/* For Blog Single Pages */
body #single-below-header {
display: none !important;
}
/* hide date and love on masonry blog */
body #post-area.masonry article.post .post-meta {
display: none!important;
}
article.post .content-inner {
border-bottom: none;
}