Custom background image
-
Topic
-
I have jumpstart is it possible to have a custom background image?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: jumpstart
Sure, just add theme support in the normal way from your child theme’s functions.php.
add_theme_support( 'custom-background' );
http://codex.wordpress.org/Custom_Backgrounds#Adding_Theme_Support