• I add this code to my fuction.php child theme for custom background color but when i change the color and save, after refresh it turned back to defult color . why? notice: i use wordpress 3.5.1

    add_theme_support( 'custom-background', array(
    		// Let WordPress know what our default background color is.
    		'default-color' => '#0000ff',
    	) );
Viewing 15 replies - 1 through 15 (of 33 total)
Viewing 15 replies - 1 through 15 (of 33 total)
  • The topic ‘default background color issue’ is closed to new replies.