Removing Author only in CSS
-
new to css, but have the upgrade. if i only want to remove “author” from my post, what would i enter?
the following removes all of it (including leave a comment, date, etc.)
.entry-meta,
#entry-author-info {
display: none;
}The blog I need help with is: (visible only to logged in users)
-
-
- The topic ‘Removing Author only in CSS’ is closed to new replies.