Hi beni1880,
I'm so sorry, you can do the below:
Go to: wp-content/themes/yolo-canifa/includes/customizer/options.php
about 599-609 lines:
if ( ! function_exists( 'has_site_icon' ) ) :
$helper->add_control(
'yolo_custom_favicon',
'yolo_image',
esc_html__( 'Custom Favicon', 'yolo-canifa' ),
'',
array(
'preview_type' => 'custom'
)
);
endif;
Change to(comment if clause):
// if ( ! function_exists( 'has_site_icon' ) ) :
$helper->add_control(
'yolo_custom_favicon',
'yolo_image',
esc_html__( 'Custom Favicon', 'yolo-canifa' ),
'',
array(
'preview_type' => 'custom'
)
);
// endif;
Please try it, if not true, please contact for us.
----------------
Best regards,
trinhnv