Tagged: hide author, hide meta
How can I hide the author of all the articles? I would not be finding the option in the menu
Thnx
Hi there,
To hide the author of all the articles just go to Appearance > Customize > Additional CSS and below custom CSS
Appearance > Customize > Additional CSS
.entry-meta .author { display: none; }
Thank you!