Hi,
Please open to edit meta-boxes.php at /themes/supreme/includes/ through FTP Software.
Find this code:-
array(
'name' => 'Use the thumbnail content', // File type: checkbox
'id' => "{$prefix}thumbnail_content_main_detail",
'type' => 'checkbox',
'desc' => 'Uncheck this box if you wish to select different media for the main detail display.',
'std' => 0,
),
Change to -:
array(
‘name’ => ‘Use the thumbnail content’, // File type: checkbox
‘id’ => “{$prefix}thumbnail_content_main_detail”,
‘type’ => ‘checkbox’,
‘desc’ => ‘Uncheck this box if you wish to select different media for the main detail display.’,
‘std’ => 1,
),
Thanks