Reordering the Social Links

Hi, how can I chane the order that the social links appear? I tried editing this in extras.php:

// //Display social links
function dazzling_social(){
$services = array (‘skype’,‘facebook’,‘twitter’,‘googleplus’,‘youtube’,‘linkedin’,‘pinterest’,‘rss’,‘tumblr’,‘flickr’,‘instagram’,‘dribbble’);

I was able to edit “skype” to show the houzz icon, but I’d like to show that icon first rather then last.
http://75.103.78.187/

Thank you for your input.

If you did attempt to edit it via Child Theme then it not going to work as extras.php file is not part of WordPress default template files therefore it is ignored by WordPress Child Theme.

Editing directly it inside extras.php should get the job done. There is update for this theme on its way that will allow to edit functions inside extras.php via Child Theme functions.php much easier. Update is already submited to WordPress.org and should be available shortly.