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;
}