Change default color scheme in twentyfifteen child theme?

Adding ‘default’ should work. Did you try calling the colors and seeing if your filter is working? If it’s not you could try adding a higher priority to your filter add_filter( ‘twentyfifteen_color_schemes’, ‘my_custom_color_schemes’, 99 ); function my_custom_color_schemes( $schemes ) { $schemes[‘default’] = array( ‘label’ => __( ‘my new default color’, ‘twentyfifteen’ ), ‘colors’ => array( … Read more

Edit style.css via theme customizer

function my_enqueue_customizer_stylesheet() { wp_register_style( ‘my-custom-css’, get_template_directory_uri() . ‘assets/css/customizer.css’, NULL, NULL, ‘all’ ); wp_enqueue_style( ‘my-custom-css’ ); } add_action( ‘customize_controls_print_styles’, ‘my_enqueue_customizer_stylesheet’ );

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)