This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Is it possible to remove the author at the bottom of a blog post? Along with the comments are disabled message?
Hello,
Theme Options > Blog layout > Show About Author block > Off.
To disable “Comments are closed”text, add the next code in Theme Options > Custom CSS:
.single-post .content > p:last-child {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up