Comments talkbackmaster started the conversationMarch 18, 2018 at 12:52pmHow 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 3,034Andrew repliedMarch 18, 2018 at 5:29pmHi talkbackmaster,You can change the order from the array at:salient\functions.phpline 2253 - 2277You can move them into the order you want.Cheers. Sign in to reply ...
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
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.