Created
February 7, 2018 22:06
-
-
Save jaworowicz/2c3f1dcf783e835259363c9e7b8537aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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