Hi,
We can’t change the text displayed when hovering over the social icons as it is displaying the name of Font Awesome Icon. However you can remove the text from being displayed
Go to the Appearance -> Editor -> inc/custom-functions.php
at line no. 572 you will get the below code
return '<a href="'.$link.'" target="_blank" class="'.$icon.'" title="'.$icon.'"></a>';
Just change it to
return '<a href="'.$link.'" target="_blank" class="'.$icon.'"></a>';
Please do this changes and let me know if you have any question.
Regards
Grace Themes