How do I remove author byline and data from posts?
- The topic ‘How do I remove author byline and data from posts?’ is closed to new replies.
Need help? Check out our Support site, then
Can anyone advise as to how I remove the above from posts please?
The blog I need help with is: (visible only to logged in users)
Hey there,
I’m sorry for the delayed response.
— Please try the following CSS and let me know if it helps:
.byline, .entry-date, .posted-on {
display:none;
}
Insert it in Appearance → Customize → Additional CSS.
Cheers,
Alexandru