Hello,
Yes, you can. For this Go to your enigma theme folder and open header file go to line NO – 55 see the code
<ul class="social">
<?php if($wl_theme_options['fb_link']!='') { ?>
<li class="facebook" data-toggle="tooltip" data-placement="bottom" title="Facebook"><a href="<?php echo esc_url($wl_theme_options['fb_link']); ?>"><i class="fab fa-facebook-f"></i></a></li>
<?php }
......
...
...
<li class="linkedin" data-toggle="tooltip" data-placement="bottom" title="whatsapp"><a href="tel:<?php echo esc_attr($wl_theme_options['whatsapp_link']) ; ?>"><i class="fab fa-whatsapp"></i></a></li>
<?php } ?>
</ul>
Replace this code with the code given in below link and save the file. The vk is replaced with a Pinterest icon for the header.
https://pastebin.com/u4ziS15t
Let us know for further query.
Thanks.