Hi,
Please open to edit functions.php of theme
Find this code:-
define('SF_LOCAL_PATH', get_template_directory_uri());
Replace with
$local_path = str_replace('http://','https://',get_template_directory_uri());
define('SF_LOCAL_PATH', $local_path );
Thanks 🙂
With Best Regards
Mohammad