This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Jack Richardson
Dear 8Theme,
I would like to remove the blogs author email displayed in the blog article previous.
Is there a command to do so?
Best regards.
F.
Hello,
Add this css code in custom.css:
.featured-post .posted-by {
display: none;
}
How to create custom.css you can watch in this tutorial
Regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up