That heme has a functions.php. If you are using a child theme create and upload (FTP) a new functions.php to your child theme's directory with only the footer widgets code in it inside php tags:
<?php
// your widgets code
?>
That heme has a functions.php. If you are using a child theme create and upload (FTP) a new functions.php to your child theme's directory with only the footer widgets code in it inside php tags:
<?php
// your widgets code
?>