File: /home/makefitmeserver/public_html/wp-content/themes/f7/samples/default-options.php
<?php
return array(
'header-logo-type' => 'image',
'header-height' => '80',
'header-background' => array(
'background-image' => '',
'background-image-attachment' => array(
),
'background-color' => '#ffffff',
'background-repeat' => 'repeat',
'background-attachment' => 'scroll',
'background-size' => 'auto',
'background-position' => 'left top',
'background-type' => 'default',
'background-gradient' => array(
'color-1' => '#ffffff',
'color-2' => '#ffffff',
'location-1' => '0',
'location-2' => '100',
'type' => 'linear',
'angle' => '180',
'position' => 'center center',
),
),
'page-title-background' => array(
'background-image' => '',
'background-image-attachment' => array(
),
'background-color' => '#ffffff',
'background-repeat' => 'repeat',
'background-attachment' => 'fixed',
'background-size' => 'auto',
'background-position' => 'left top',
'background-type' => 'default',
'background-gradient' => array(
'color-1' => '#ffffff',
'color-2' => '#ffffff',
'location-1' => '0',
'location-2' => '100',
'type' => 'linear',
'angle' => '180',
'position' => 'center center',
),
),
'google_fonts' => '',
'custom-js' => '',
);