Removing author info at the bottom of a post
-
Hello I want to remove my info from the bottom of my post. I’ve looked around the Zuki theme that I’m using, but not seeing how to remove this.

I appreciate any assistance you can provide.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
The theme you’re using doesn’t have the option to remove the author box. However, the WordPress.com Explorer plan gives you access to additional CSS, which lets you customize the appearance via CSS code.
You can click My Site → Appearance → Customize → Additional CSS and paste the following code:
/* Hide author box */ .authorbox { display:none; }Then click Save Changes.
This should hide the author box from the blog posts.
Feel free to let us know if you have more questions.
-
This is perfect! Exactly what I needed. Completely understand not being able to remove it. Hiding it works just as well. Thank you!
- The topic ‘Removing author info at the bottom of a post’ is closed to new replies.