Hi, triton63
To do this Go to >> Appearance >> Customizer >> Header settings >> Custom CSS
And add the below custom CSS code:
.blog-author {
display: none;
}
Let me know did it work!
Thanks
Thanks for your help.
It’s almost good.
The author has disappeared at the end of the article but there remains an icon followed by the name of the author, just before the name of the category of the article.
When we click on the author, we obtain the archives of this author.
Can we delete that?
Thanks.
Hi, triton63
Please add the below custom CSS code:
.blog-post-meta #blog-author
{
display: none;
}
I hope this will work for you!
Thanks
Hi,
I put the code in Custom Css of the header settings but it doesn’t work.
I have always the author at the end of the articles.
Thanks.
Hi,I put the code in the file style.css of the child theme and it works perfectly.
Thanks a lot
Hi,
Glad to know it works for you!
Thanks