Hide/Remove the author in posts
-
Hello, I used the following CSS to hide/ remove the author from posts:
.author {
display: none;
}And it removed the name but not the word “by”. How can I remove the entire field? Thank you!
The blog I need help with is nichellecole.com.
-
Hi there,
You can use this code for the http://thefashionplatemag.com site:
.author, .single .byline, .sep { display: none; } -
- The topic ‘Hide/Remove the author in posts’ is closed to new replies.