Removing "About the Author" bit
-
Heya!
I bought some hosting and the Camera theme a few months back and I’ about to start building the website. Funny how things get pushed aside for way too long sometimes… :)
Anyways, since I will be the only person using the website as a portfolio/blog/platform, the “About the Author” bit after each post will be terribly superfluous. How can I change it easily? Being hosted on WordPress.com on the middle-weight plan, so I’m hoping there’s a way to change with the custom CSS tool or from the WP dashboard.
Thanks in advance,
ErikThe blog I need help with is: (visible only to logged in users)
-
Hi there Erik,
You can remove that with a little bit of CSS if you have the Custom Design upgrade. Here’s the CSS you’d need to add:
.author-profile .author-avatar, .author-profile .author-title, .author-profile .author-description { display: none; } -
Worked like a charm! I wanted a few extra bits gone aswell, and right-clicked “View Source” and found the author-posts and other tags. Then I just decided to use
.comments-left { display: none; }instead and it did what I wanted exactly. Thank you very much Mr, you sparked a bit of interest there in me to learn some basic CSS now ^^
- The topic ‘Removing "About the Author" bit’ is closed to new replies.