How to remove Author's name from posts?
-
What CSS will over-ride the php that makes it so the author’s name is below the title of every post? I am the only one posting on this blog and my name does not need to be there. The blog is VividlyClear.com. I am using the Brunelleschi theme by Kit MacAllister.
I have tried:
.postauthor {
display:none;
}
And
#entry-author-info {
display:none;
}
#entry-author-info #author-avatar {
display:none;
}
#entry-author-info #author-description {
display:none;
}
#entry-author-info h2 {
display:none;
}
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘How to remove Author's name from posts?’ is closed to new replies.