add default color to wordpress theme (for background)
-
So I did the most simple code here :
add_theme_support( 'custom-background', array( 'default-color' => 'a62829', ) );
I have both body_class(); and wp_head(); in my theme, and still, it doesn’t work, I don’t have the defaut color.
The background Image does works thus…
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘add default color to wordpress theme (for background)’ is closed to new replies.