esc_html__( 'Background', 'your-textdomain-here' ), 'id' => 'design-background', 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . 'https://devs.redux.io/core-fields/background.html', 'subsection' => true, 'fields' => array( array( 'id' => 'opt-background', 'type' => 'background', 'output' => array( 'background-color' => 'body', 'important' => true, ), 'default' => array( 'background-color' => '#d1b7e2', ), 'title' => __( 'Body Background', 'your-textdomain-here' ), 'subtitle' => __( 'Body background with image, color, etc.', 'your-textdomain-here' ), ), ), ) );