The way I changed the links was to go to Appearance > editor in the WP Dashboard. Click on the file in the right column called “Header (header.php).” Near the bottom of the code you will see this:
…href=”xxxxxxxxxxxxx” title=”FaceBook”>…
</div>
<div class=”header-image” role=”banner”>
<img src=”<?php header_image(); ?>” alt=”” />
</div>
</div>
<!– End header –>
<!– Start Container –>
<div id=”container”>”
Replace whatever is in the position where I typed the “xxxxxx” above with the proper website url, including the https:// (in this case the line above is for Facebook so you would need to edit the code to read href=”https://www.facebook.com/whatevercomesaftertheforwardslashinyourpageurlincludingotherforwardslashesandnumbers”
Do this for all of the lines in the Header code, using the corresponding web page url for each of the social media links you want to use.