'#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( array( '//fonts.googleapis.com/css?family=Raleway', get_template_directory_uri() . '/css/style.css', get_template_directory_uri() . '/css/editor-style.css' ) ); } } add_action( 'after_setup_theme', 'business_press_setup' );