To change the Call us on text you need to open front-page.php by going to Appearance > Editor > front-page.php and search for this text, you can find it on line 46. You can also look in the theme’s root folder for front-page.php file.
<?php _e('Call us on','onepage'); ?>??<?php echo onepage_get_option('onepage_contact_number'); ?>
replace the Call us on text with your desired text or if you want to delete the Call us on text then replace above code with this one
<?php echo onepage_get_option('onepage_contact_number'); ?>