lularound,
Thanks for the kind words, we appreciate it ??
For the font size – try this in Appearance > Customize > Advanced > Custom CSS
body{font-size:120%;}
This will increase the size overall by 20%.
For the social media icons – we’re working on good solution but for now – try this block of code:
<a href="#" class="btn btn-social-icon btn-twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="btn btn-social-icon btn-facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="btn btn-social-icon btn-flickr"><i class="fa fa-flickr"></i></a>
<a href="#" class="btn btn-social-icon btn-google"><i class="fa fa-google"></i></a>
You can add this to a Text Widget and save it it any of the footer or sidebar widget locations. Replace the “#” with your social media links. If you’d like more social media links, try any of the classes (‘btn-tumblr’, ‘btn-vimeo’, etc.) mentioned here https://lipis.github.io/bootstrap-social/
Let me know if you need any further help.