Search:

Search: Search took 1.00 seconds.

  1. Replies
    3
    Views
    373

    don't worry, I've found the answer. Just edit...

    don't worry, I've found the answer. Just edit sidebar-dashboard.php
  2. Replies
    5
    Views
    283

    [SOLVED] No option in Vantage yet. If you are using a...

    No option in Vantage yet. If you are using a child theme, put this in your functions.php

    /* ========== Remove Admin Bar ========== */

    add_filter( 'show_admin_bar', 'my_hide_admin_bar', 1000 );...
  3. Replies
    5
    Views
    283

    [SOLVED] You could hide it using CSS. #wpadminbar {...

    You could hide it using CSS.

    #wpadminbar { display:none; }
Results 1 to 3 of 3