Just letting you know that there is a small bug in this theme in the footer
<?php
$footercopyright = get_theme_mod(‘footer_copyrighttext’, ‘Copyright © 2019 LZ One Page. All Rights Reserved’);
?>
should be
<?php
$footercopyright = get_theme_mod(‘lz_fitness_footer_copyrighttext’, ‘Copyright © 2019 LZ One Page. All Rights Reserved’);
?>
as it stands right now you cannot change the footer copyright text via the customization – Ialso changed the default year to 2020 from 2019