• Resolved Anonymous User 17280002

    (@anonymized-17280002)


    Hello I find that when I install pwa app that use this plugin top header is completely white which is super annoying and disturbing instead of that make it looks the same as the browser theme or provide options to select that color

Viewing 2 replies - 1 through 2 (of 2 total)
  • add_filter( 'web_app_manifest', function( $manifest ) {
    $manifest['theme_color'] = '#fff';
    return $manifest;
    } );

    Change where it says #fff. Add it to the functions.php file.

    Plugin Author Weston Ruter

    (@westonruter)

    Thanks for commenting. I never got notified of this support topic in my email.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘MAKE HEADER SAME AS BROWSER THEME’ is closed to new replies.