Theme color
-
Hi.
I would like to ask you to add theme-color support. You could read more about it on:
https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-AndroidMy code that uses in their projects
// Add theme-color support // See: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android add_action( 'wp_head', 'virtue_theme_color' ); function virtue_theme_color() { global $virtue; echo '<meta name="theme-color" content="' . $virtue['primary_color'] . '">'; }Thanks in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Theme color’ is closed to new replies.
