• I add some php script in my theme in function.php folder for custom background color . but when i change the back ground color from the wp dashboard and save , after refresh the page it turning back to default color .some body help me please

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