Hi vsit,
To change, © Copyright - PossMMA - Wordpress Theme by Kriesi.at you would do as Ismael said in the other thread - edit your footer.php. Actually, what I would suggest doing is adding all your links for about us, shipping, etc. plus your social media links to that file as well. So it would look something like this:
<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> <?php echo date('Y'); ?> <a href='<?php echo home_url('/'); ?>'><?php echo get_bloginfo('name');?></a> <a class="linkto" href="link-to-page">about us</a> <a class="linkto" href="link-to-page">shipping</a> <a class="linkto" href="link-to-twitter-account" target="_blank"><img src="link-to-image.png" alt="" /></a> <a class="linkto" href="link-to-facebook-account" target="_blank"><img src="link-to-image.png" alt="" /></a> <a class="linkto" href="link-to-pinterest-account" target="_blank"><img src="link-to-image.png" alt="" /></a>
You may want to add some CSS to your custom.css to help add padding between links. Something like this:
#socket a.linkto { padding-right: 15px; }
Hope this helps!
Regards,
Mya