Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created March 24, 2016 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/5450760ff156c138d807 to your computer and use it in GitHub Desktop.
Save billerickson/5450760ff156c138d807 to your computer and use it in GitHub Desktop.
<?php
/**
* Change Color of Mobile Address Bar
* @link http://www.billerickson.net/code/mobile-address-bar-color
*/
function be_mobile_address_bar_color() {
echo '<meta name="theme-color" content="#000000‬" />';
}
add_action( 'wp_head', 'be_mobile_address_bar_color' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment