BuddyBoss Home – Web Support Forums Themes OneSocial theme How to remove wordpress toolbar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #68372
    @costyclan

    How can I remove the wordpress toolbar at top of the site for all users?
    See screenshot attached.

    Answers

    #68373
    @costyclan

    screenshot attached

    #68382
    @anve

    HI @costyclan,

    Try applying following css in child theme’s custom css option.

    
    body.is-desktop #wpadminbar {
      display: none;
    }
    body.is-desktop.admin-bar.page {
      margin-top: 0!important;
    }
    

    Regards
    Anve

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘How to remove wordpress toolbar’ is closed to new replies.