Okay
  Public Ticket #1508295
Header social icons
Closed

Comments

  • talkbackmaster started the conversation

    How to change social icons order in the header?

    I've find 

    <?php if(!empty($options['enable_social_in_header']) && $options['enable_social_in_header'] == '1') nectar_header_social_icons('secondary-nav'); ?>

    but where and how I can insert the desidred order?

    Thanks

  •  2,733
    Andrew replied

    Hi talkbackmaster,

    You can change the order from the array at:

    salient\functions.php

    line 2253 - 2277

    You can move them into the order you want.
    Cheers.