Tagged: hide Author Name
Hello! I am using thiw template ( the free edition) and i wanto to hide the authors name from posts. I cannot find how to do it and so i need your help! Thank you in advance for your time! Vasso
Hi @vampelog,
To hide the author’s name please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.
.entry-meta .author { display: none; } .entry-meta > .date:after { content: ""; }
Thanks