This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
I would like to remove the row of text right after my blog post title ” Posted on / at / by “. How can I do that?
Hello,
Please try to add this code in custom.css
.blog-post .post-info {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up