Remove Author info
-
AuthorPosts
-
boerneblogger
MemberSince I’m the only author, how to remove the “by” line, as it is redundant.
The blog I need help with is: (visible only to logged in users)
scottbasgaard
MemberHey,
Do you have the CSS upgrade from WordPress.com?
http://en.support.wordpress.com/custom-design/custom-css/
Let me know and if you could you show me an example post where you’d like this remove and I’ll be able to point you in the right direction.
Best Regards,
ScottYes…. I do have the upgrade.
Where I’m wanting the author info removed is in the Featured Category section on the home page. Now the articles say: by Sara
Thanks!
scottbasgaard
MemberHi Sara,
Try this out:
.featured-meta .post-author { display: none !important; }
Best Regards,
Scottno luck with that…unfortunately
scottbasgaard
MemberHey Sara,
I’m seeing this removed:
Possible that it’s cached? Can you try clearing your cache and trying again?
Thank you!
ScottNo, it did not remove the author info but it did remove the featured photo from my first post. Good grief. It was there earlier but now it is not.
No, I checked again, and again, after clearing cache… it is still clearly on the page. Can you not see it in the actual browser (not code?)
scottbasgaard
MemberOh that’s the issue — the area that I’m concerned with is down below that in the featured NEWS area, same place I’m wanting to play with the colors. Sorry for the confusion.
You’ll see the author area there. (Where there are just the two articles)
scottbasgaard
MemberHey Sara,
Ah okay, understand now :D
Try:
#featured-category .meta-author {
display: none;
}Best Regards,
ScottThat is exactly it!
Now I have to go learn use of # vs .I really appreciate your help Scott. Great theme!
- The topic ‘Remove Author info’ is closed to new replies.