Set accent color to #F5A9B8, disabled custom-

colors from the editor
This commit is contained in:
2025-05-13 23:26:18 -07:00
parent e085f5aee3
commit 5a4824140c
3 changed files with 63 additions and 65 deletions

View File

@@ -68,10 +68,11 @@ if ( ! function_exists( 'sophia_after_dark_setup' ) ) :
) );
// Set up the WordPress core custom background feature.
add_theme_support( 'custom-background', apply_filters( 'sophia_after_dark_custom_background_args', array(
'default-color' => 'ffffff',
'default-image' => '',
) ) );
// Disabled in V1.4.3
//add_theme_support( 'custom-background', apply_filters( 'sophia_after_dark_custom_background_args', array(
//'default-color' => 'ffffff',
//'default-image' => '',
//) ) );
// Add theme support for selective refresh for widgets.
add_theme_support( 'customize-selective-refresh-widgets' );
@@ -146,8 +147,9 @@ add_filter( 'walker_nav_menu_start_el', 'sophia_after_dark_nav_description', 10,
/**
* Implement the Custom Header feature.
* Disabled in V1.4.3
*/
require get_template_directory() . '/inc/custom-header.php';
//require get_template_directory() . '/inc/custom-header.php';
/**
* Custom template tags for this theme.