Hi,
1. To solve this social icon hover issue
Go to the Appearance -> Editor -> inc/custom-functions.php
at line no. 595 fine the below code
return '<a href="'.$link.'" target="_blank" class="'.$icon.'" title="'.$icon.'"></a>';
Now change this code with below updated code
return '<a href="'.$link.'" target="_blank" class="'.$icon.'"></a>';
2. You need to add full URL for social media accounts like this
[social icon="fab fa-facebook-f" link="https://www.facebook.com/gracewordpressthemes/"]
Regards
Grace Themes