This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rose Tyler
I want to hide author / writer on blogs and elsewhere on the website.
I have enabled the option hide byline, but it only hide the author name in blogs page, but not in single post.
Provide me the solution to hide the author name in single post as well.
Hello,
Use the next custom CSS code:
.single-post .meta-post {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up