Forums
Forums / Theme: MedZone Lite / Remove Post Author Data
(@wpweddings)
7 years, 10 months ago
I’m trying to remove all the data in a blog post and on the main blog page for the author, date, comments, edit area. Is there css that can do this for all posts and on all pages? Thank you!
The page I need help with: [log in to see the link]
(@mplusb)
Hello @wpweddings,
Please add the following code in Appearance > Customize > Additional CSS:
.post-meta { display: none; }
Let me know how it goes!
Best wishes, Mihaela
That worked!! Thank you so much!!
The topic ‘Remove Post Author Data’ is closed to new replies.
(@wpweddings)
7 years, 10 months ago
I’m trying to remove all the data in a blog post and on the main blog page for the author, date, comments, edit area. Is there css that can do this for all posts and on all pages? Thank you!
The page I need help with: [log in to see the link]