Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Created February 7, 2018 22:06
Show Gist options
  • Save jaworowicz/2c3f1dcf783e835259363c9e7b8537aa to your computer and use it in GitHub Desktop.
Save jaworowicz/2c3f1dcf783e835259363c9e7b8537aa to your computer and use it in GitHub Desktop.
add_action('admin_head', 'jcz_support_admin_bar_css');
function jcz_support_admin_bar_css() {
echo '<style>#wp-admin-bar-jcz-help { background-color: #0066CC !important; }</style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment