Blog CSS
Blog CSS
/\Hides the blog title\/
.blog-html-container-single h1.header-title {
display: none !important;
}
/\Hides the blog category titles\/
div.meta-section-1 span.blog-category {
display: none !important;
}
/\Hides the date and time beneath the category titles\/
div.meta-section-1 {
display: none !important;
}
/\Hides the cover image\/
.blog-html-container-single img.header-image.hl-optimized.mw-100 {
display: none !important;
}
/\Hides Blog date on blog post page\/
div.meta-section-1 span.blog-date {
display: none !important;
}
/\Hides blog read time on blog post page\/
div.meta-section-1 span.blog-read-time {
display: none !important;
}
/\Hides the author info box on the blog post page\/
div.blog-author-container {
display: none !important;
}