Remove Author info
-
AuthorPosts
-
Since I’m the only author, how to remove the “by” line, as it is redundant.
The blog I need help with is: myhillcountrylife.com
Hey,
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!
Hi Sara,
Try this out:
.featured-meta .post-author { display: none !important; }
Best Regards,
Scottno luck with that…unfortunately
Hey 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?)
Hey Sara,
I’m still seeing this working:
.featured-meta .post-author {
display: none !important;
}Shouldn’t have removed anything else as it’s just targeting the post author span.
http://cl.ly/image/181o2i2F360w
You aren’t seeing the same as this screenshot? Are you able to try another browser?
Best Regards,
ScottOh 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)
Hey 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!
-
AuthorPosts
The topic ‘Remove Author info’ is closed to new replies.