'#ffffff', 'default-attachment' => 'fixed', ) ); add_theme_support( 'custom-header', array( 'width' => 1140, 'height' => 260, 'flex-width' => true, 'flex-height' => true, 'uploads' => true, 'header-text' => false, ) ); add_theme_support( 'custom-logo', array( 'height' => 82, 'width' => 325, 'flex-height' => true, ) ); add_editor_style( 'css/editor-style.css' ); } } add_action( 'after_setup_theme', 'business_press_setup' );