diff --git a/patterns/footer-default.php b/patterns/footer-default.php index adf48245..090d430f 100644 --- a/patterns/footer-default.php +++ b/patterns/footer-default.php @@ -16,7 +16,7 @@
Brisko WordPress Theme' ); diff --git a/src/Setup/Styles.php b/src/Setup/Styles.php index 20962682..e8a4ba16 100644 --- a/src/Setup/Styles.php +++ b/src/Setup/Styles.php @@ -61,7 +61,7 @@ public function enqueue() } if ( ! is_brisko_hybrid_fse() ) { - if ( get_theme_mod( 'use_custom_styles', false ) ) { + if ( get_theme_mod( 'use_custom_styles', true ) ) { wp_enqueue_style( 'custom-styles' ); }