Remove my name at the end of a post
- The topic ‘Remove my name at the end of a post’ is closed to new replies.
Need help? Check out our Support site, then
Hello, when i write a post everybody can see “didinouille” in the end of the post. I wanted to know if i can remove it ?
The blog I need help with is: (visible only to logged in users)
Hello, thanks for writing and using Janice.
yes of course, you can add the following CSS rule to hide the author entry meta info:
.entry-meta span.author {
display: none !important;
}
Here you are the doc about how to add CSS to your site:
https://en.support.wordpress.com/custom-design/editing-css/
Hope this helps :)
Thank you again.
Ricardo P. from SiloCreativo
Thanks for help ! :D
Nice to hear that :)
You are welcome!
Ricardo P. from SiloCreativo