Removing Author Name at top of each page and on main page
- The topic ‘Removing Author Name at top of each page and on main page’ is closed to new replies.
Need help? Check out our Support site, then
On the home page and blog page, I cannot remove the author name and time of post.
How do I change or remove.
Thank you!
The blog I need help with is: (visible only to logged in users)
Hey,
You can try with the CSS below:
/* Remove the Author from Meta Data */
span.byline {
display: none;
}
/* Remove the Post Date from Meta Data */
time.entry-date.published {
display: none;
}
See how to add custom CSS code here.
Give it a try and let me know how it goes.
Alin
Pixelgrade