This topic has 4 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
How do I remove the author and email address from the blog post heading? This is a company blog and we don’t need an email or author; only date.
Hello,
Thank you for getting in touch with us.
The next custom CSS code can be used in Theme Options > Theme custom CSS:
.post-heading .meta-post {
font-size: 0px;
}
.post-heading .meta-post .entry-date {
font-size: 16px;
}
Kind Regards,
8theme team
Perfect; works!
Hello,
You’re welcome!
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up