Remove 'about me' from posts
-
I would like to know how to remove ‘about me’ that is at the bottom of every post.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
For something like that, you’ll need to modify your site’s CSS. You can navigate to your Dashboard and then to the Customizer >> CSS, where you’ll want to enter the following CSS code:
#entry-author-info { display: none; }That should do it for you! If you have any future CSS needs, you might want to check out our CSS customization forum, where you can see what others have done with their own sites and if you don’t find what you’re looking for can post asking for help. You can find it right here:
-
-
- The topic ‘Remove 'about me' from posts’ is closed to new replies.