• How can I edit the black admin-bar at the top of every page? I want to remove the WP and Colibiri branding.

    Thanks,

    Rob

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS ?:

    body:not(.logged-in) #wp-admin-bar-colibri_top_bar_menu {
    display: none !important;
    }

    Thread Starter rbryn

    (@rbryn)

    Great! That worked well. Many thanks.
    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit admin-bar (sticky header)?’ is closed to new replies.