diff --git a/content.php b/content.php index 3116185..b88cde5 100644 --- a/content.php +++ b/content.php @@ -1,3 +1,21 @@ +
+
+
+
+
+

Mobile Kork Sauna

+

+ Handgefertigt in Fachwerkbauweise aus den Naturstoffen Kork und + Holz. Die mobile Sauna mit Holzofen für den eigenen Garten oder + direkt am See. +


+ +

+
+
+
+
+
diff --git a/files/bulma.css b/files/bulma.css index 940655e..d8e2c3e 100644 --- a/files/bulma.css +++ b/files/bulma.css @@ -7851,18 +7851,6 @@ a.navbar-item { cursor: pointer } -.navbar-link.is-active, -.navbar-link:focus, -.navbar-link:focus-within, -.navbar-link:hover, -a.navbar-item.is-active, -a.navbar-item:focus, -a.navbar-item:focus-within, -a.navbar-item:hover { - background-color: #fafafa; - color: #3273dc -} - .navbar-item { display: block; flex-grow: 0; diff --git a/functions.php b/functions.php index 55782ca..455e55a 100644 --- a/functions.php +++ b/functions.php @@ -23,6 +23,18 @@ add_action( 'after_setup_theme', 'fachwerksauna_setup' ); function theme_customize_register( $wp_customize ) { + $wp_customize->add_setting( 'theme_color', array( + 'default' => '#ed9b40', + 'transport' => 'refresh', + ) ); + + $wp_customize->add_control( new WP_Customize_Color_Control( + $wp_customize, 'theme_color', array( + 'section' => 'colors', + 'label' => esc_html__( 'Theme color', 'theme' ), + ) ) ); + + $wp_customize->add_setting( 'fachwerksauna_footer-text', array( 'default' => '', 'type' => 'option', @@ -42,4 +54,18 @@ function theme_customize_register( $wp_customize ) { } -add_action( 'customize_register', 'theme_customize_register' ); \ No newline at end of file +add_action( 'customize_register', 'theme_customize_register' ); + +function kit_customize_css() +{ + $theme_color = get_theme_mod('theme_color', '#ed9b40'); + ?> + + + src="">