Hello, is there a way to add the Snapchat social icon at the bottom along with the rest of the social icons?
Hello @jeremy4,
Thanks for asking. 
You can add following JS code under X > Theme Options > JS:
jQuery(function($) {
$('.x-colophon.bottom .x-social-global').append('<a href="#holder" class="snapchat" title="Snapchat" target="_blank"><i class="x-icon-snapchat-square" data-x-icon="" aria-hidden="true"></i></a>');
});
Change #holder with your snapchat profile link.
Thanks.
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.