.theme-blog-container-column .theme-blog-container .theme-blog-part.theme-blog-heading-author p {
    color: RGBA(255, 255, 255, 0.6);
}
.theme-blog-container-column .theme-blog-container .theme-blog-cover-img-container .theme-blog-cover-img-container-inner {
	background-color: #060b2b!important;
}
.theme-blog-container-column .theme-blog-container .theme-blog-part.theme-blog-date-container .theme-blog-author::before {
    content: "By ";
}
.theme-single-post.theme-blog-container-column .theme-blog-container .theme-blog-part.theme-blog-heading-author .theme-blog-author a::before {
 content: "By ";
}
span.theme-blog-date::after {
 display: none!important;   
}
span.theme-blog-comment-count {
 display: none;   
}