Remove Author from posts
-
How do I hide/remove author on posts?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You’ll need to apply a little custom CSS to do that. Try adding the following:
.byline span:first-child { display: none; }
- The topic ‘Remove Author from posts’ is closed to new replies.