Hi! Glad to hear :-)
The social icons do not appear in the header in this theme by default, so you'd need to make code edits.
Edit header.php with a child theme and put this where you want the social links to appear:
<?php alx_social_links() ; ?>
And then apply css styling as you wish.