diff --git a/header.php b/header.php index 5de05f6..451b73c 100755 --- a/header.php +++ b/header.php @@ -47,7 +47,7 @@ - + diff --git a/inc/setup.php b/inc/setup.php index 96313aa..d4d8edc 100644 --- a/inc/setup.php +++ b/inc/setup.php @@ -74,6 +74,9 @@ function understrap_setup() { 'default-color' => 'ffffff', 'default-image' => '', ) ) ); + + // Set up the Wordpress Theme logo feature. + add_theme_support('custom-logo'); } endif; // understrap_setup add_action( 'after_setup_theme', 'understrap_setup' );