Title: Show Posts from admin
Last modified: August 22, 2016

---

# Show Posts from admin

 *  [stadell](https://wordpress.org/support/users/stadell/)
 * (@stadell)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/)
 * Hi!
 * I wonder how I remove the “Show Posts from admin” icon from every page. I’m using
   the free version so I wonder if it is even possible and if, then how?
    The icon
   I’m talking about looks like a gray circle with a person in it.
 * Best regards
    Isac

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740129)
 * Hello!
 * Could you please share a link to your website, so I could take a look?
 * Cheers,
    Balint
 *  Thread Starter [stadell](https://wordpress.org/support/users/stadell/)
 * (@stadell)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740130)
 * Hi again,
    It seems like I found out how do to it, so no help needed. Thanks 
   anyway!
 * Cheers
 *  Thread Starter [stadell](https://wordpress.org/support/users/stadell/)
 * (@stadell)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740133)
 * Okey now I have a question!
 * How do I remove the white space between the menu and the page? There’s a lot 
   of white “nothing” covering most of the page which makes it look weird. And this
   space was created by removing the gray circle I mentioned earlier.
 * [http://itcare.nu/](http://itcare.nu/)
 * There you have my website.
 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740190)
 * Hello!
 * The template contains a div called bio-avatar (screenshot [here](http://tothbalint.net/screenshots/02.png))
   which is currently empty on your site, but takes up place.
 * In order to hide that div, please apply this custom CSS code:
 *     ```
       .bio-avatar {
           display: none;
       }
       ```
   
 * The best practice is to put this code in some custom css plugin, instead of editing
   any of the template’s files directly. If you need any help applying this code,
   just let me know.
 * Cheers,
    Balint
 *  Thread Starter [stadell](https://wordpress.org/support/users/stadell/)
 * (@stadell)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740192)
 * Hi!
 * I got the Simple Custom CSS plugin. I just put this code in the plugin but it
   is still the same, do I have to do it in any specific way?
 * /Isac
 *  Thread Starter [stadell](https://wordpress.org/support/users/stadell/)
 * (@stadell)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740264)
 * I have know tried to put in several places, still no difference. What do I need
   to do? Sorry for being so amatuerish… First time I’m creating a webiste.
 * /Isac
 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740272)
 * Hello!
 * Please don’t be sorry, it is completely normal, every and each one of us was 
   a beginner at some time. I am happy to help, I was busy this is why I could not
   reply faster, so I have to say sorry.
 * I made a mistake, because the code I have given you previously worked, it has
   hidden the empty div, but the article div has also some margin which I did not
   notice earlier. Please apply this code in Simple Custom CSS, and the two snippets
   should be enough to achieve what you want.
 * Please let me know how it goes.
 * Cheers,
    Balint
 *  Thread Starter [stadell](https://wordpress.org/support/users/stadell/)
 * (@stadell)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740273)
 * No worries! I’m not sure I get it, because I have applied the code you gave me
   earlier in the Simple Custom CSS, but nothing happens.
 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740274)
 * Oh, sorry, I did not paste the additional code 🙁 My bad.
 *     ```
       #content article {
           margin-top: 0;
       }
       ```
   
 *  Thread Starter [stadell](https://wordpress.org/support/users/stadell/)
 * (@stadell)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740278)
 * It works! Thank you so much!
 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740330)
 * You are welcome 🙂 I am glad that I could help You out!
 * Cheers,
    Balint

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Show Posts from admin’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/gravit/1.7/screenshot.png)
 * Gravit
 * [Support Threads](https://wordpress.org/support/theme/gravit/)
 * [Active Topics](https://wordpress.org/support/theme/gravit/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/gravit/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/gravit/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-admin/#post-5740330)
 * Status: not resolved