1 min read

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;

}

Still need help?

Our support team is always here for you, real humans, any time.

Contact support →