default background color issue
-
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', ) );
- The topic ‘default background color issue’ is closed to new replies.