Hey guys, hope you’re doing good. I try to add tiktok to my social media menu. The problem is, the old version of fontawesome doesn’t have the tiktok icon. So could you please help me to add the tiktok icon to my social media menu? I already add the link to my menu (in footer) on my website klamottn.de but no icon is shown.
It would be awesome if you could tell me how to solve the problem. Thank you!
Hi there
I can help with custom CSS here, please find tiktok icon and upload on your website, share the URL of that icon file and I will generate custom CSS.
Regards
Hi
Okay, now please add one extra icon and add tiktok link
Regards
Hey, sorry for the dump question, but what do you mean with extra icon? The link to my tiktok is https://www.tiktok.com/@klamottn.de
HI
add extra con to your existing icons in the footer, I will replace then with your tiktop icon
Regards
Hi, I hope i understand it right. I added an icon for youtube in my footer. If thats not right, tell me please. Thanks!
Okay, thanks
now add this css code in the Appearance > Customize > Additionall CSS:
li#menu-item-263436 a {
background-image: url(https://www.klamottn.de/wp-content/uploads/2023/03/tiktok-icon.png);
width: 20px;
height: 20px;
background-size: contain;
left: -10px;
position: relative;
}
li#menu-item-263436 i {
display: none;
}
Regards