Tagged: hide author
Hi I want to hide de aathor name in the home page.
Hi robin.acosta.1982,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Provided Custom CSS code.
.entry-meta .author { display: none; }
Thanks
I just want to hide author from the homepage ONLY, NOT the posts. What is the CSS for that?
Hello @lincoln-ho,
Just add below custom CSS code to hide only author from the homepage.
.page-template-front-page-template .entry-meta .author { display: none; }
Thank you!