Skip to:
Content
Pages
Categories
Search
Top
Bottom

Override Navigation Bar CSS – admin-bar.css


  • Leo Plaw
    Participant

    @leoplaw

    How do I override the admin-bar.css? The grey bar up the top.

    I don’t want to mess with the core files. I’ve searched extensively but have not found anything that works yet.

    I have already tried using site-wide.css

    body #wp-admin-bar {
    position: fixed !important;
    top: none !important;
    bottom: 0 !important;
    }
    body #wp-admin-bar ul li ul {
    bottom:28px !important;
    }

  • The topic ‘Override Navigation Bar CSS – admin-bar.css’ is closed to new replies.
Skip to toolbar