• rezabarca

    (@rezabarca)


    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 3 replies - 31 through 33 (of 33 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    but when i change the color and save

    Where did you change the colour?

    it turned back to defult color

    The default colour is what?

    Thread Starter rezabarca

    (@rezabarca)

    blue

    Thread Starter rezabarca

    (@rezabarca)

    i change the color from wordpress dashbord -> appereance->background

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘default background color issue’ is closed to new replies.