Tagged: blog post
hi
How not to display the text “0 comments / Date” in a blog post style Grid layout ?
Regard
Hi bicounet,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.post-entry.flex_column .slide-meta {
display: none;
}
Regards,
Devin