Comments 9Shane started the conversationSeptember 9, 2020 at 9:42pmHi guys,My client would like a TikTok icon added to his social link options. Is it possible to add a tiktok icon and have it link to his tiktok account? If so, please advise.Thank you, Shane 2,965Andrew repliedSeptember 10, 2020 at 7:21amHi Shane, Existing icon that you are not currently using has to be replaced for example behance icon. You need to first install the following plugin https://wordpress.org/plugins/font-awesome/ . Use the following custom css to replace behance icon with tiktok icon in the header .fa-behance:before { content: "\e07b"; } #header-outer #social-in-menu a i.fa-behance:after { content: "\e07b"; } Enabled in Salient > Header navigation > Layout related. Hope this helps. Sign in to reply ...
Hi guys,
My client would like a TikTok icon added to his social link options. Is it possible to add a tiktok icon and have it link to his tiktok account? If so, please advise.
Thank you, Shane
Hi Shane,
Existing icon that you are not currently using has to be replaced for example behance icon.
You need to first install the following plugin https://wordpress.org/plugins/font-awesome/ .
Use the following custom css to replace behance icon with tiktok icon in the header
Enabled in Salient > Header navigation > Layout related.
Hope this helps.