From 75ec5e921053f64dc331d73f05c28f2659e8852a Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sat, 12 Mar 2022 14:17:05 +0100 Subject: [PATCH] fixes --- functions.php | 4 ++-- index.php | 3 ++- style.css | 5 +++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 455e55a..953e4bb 100644 --- a/functions.php +++ b/functions.php @@ -56,7 +56,7 @@ function theme_customize_register( $wp_customize ) { add_action( 'customize_register', 'theme_customize_register' ); -function kit_customize_css() +function fachwerksauna_customize_css() { $theme_color = get_theme_mod('theme_color', '#ed9b40'); ?> @@ -68,4 +68,4 @@ function kit_customize_css() - +>