inventure Posted January 31, 2021 Share Posted January 31, 2021 Site URL: https://www.streetballleague.com/ Hi all! Is there any way to add a Discord Icon and TikTok Icon to the footer of my website (currently a cover page). Thanks so much for any help you can provide. raeroshow and beardedcustompcs 2 Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 Hi. You mean these icons? https://fontawesome.com/icons/tiktok?style=brands https://fontawesome.com/icons/discord?style=brands Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
raeroshow Posted March 1, 2021 Share Posted March 1, 2021 I just want to upvote the idea of adding Tik Tok and Discord to the Social Media blocks! af76131, ClaireWard and beardedcustompcs 3 Link to comment
beardedcustompcs Posted March 5, 2021 Share Posted March 5, 2021 I second this! I'd love for a discord logo to be available for social media blocks without having to code it in. if anybody knows how please advise! Thanks! raeroshow 1 Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 If anyone wants to add this with custom code. Follow this Step 1. Add this line to COver Page Header <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu" crossorigin="anonymous"> Step 2. Share link to cover page, we will give the code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
carly.pearlman Posted January 1, 2022 Share Posted January 1, 2022 Hi @tuanphan! I've added the code to my Cover Page and would like to move to Step 2 to get the discord logo up. Here's the cover page. Thank you! Link to comment
tuanphan Posted January 2, 2022 Share Posted January 2, 2022 17 hours ago, carly.pearlman said: Hi @tuanphan! I've added the code to my Cover Page and would like to move to Step 2 to get the discord logo up. Here's the cover page. Thank you! Don't remove above code. Add this code to under <style> [href*="discord"] div svg { display: none; } [href*="discord"] div:before { content: "\f392"; font-family: "Font Awesome 5 Brands"; color: white; } </style> Reference: https://fontawesome.com/v5.15/icons/discord?style=brands Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
carly.pearlman Posted January 2, 2022 Share Posted January 2, 2022 @tuanphan thank you!! Is there anyway to make is just the icon? Right now the icon exist in a box even when I try to change the color. Link to comment
tuanphan Posted January 4, 2022 Share Posted January 4, 2022 On 1/3/2022 at 1:08 AM, carly.pearlman said: @tuanphan thank you!! Is there anyway to make is just the icon? Right now the icon exist in a box even when I try to change the color. Add this code to fix this <style> [href*="discord"] div { transform: scale(1) !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
carly.pearlman Posted January 4, 2022 Share Posted January 4, 2022 10 hours ago, tuanphan said: Add this code to fix this <style> [href*="discord"] div { transform: scale(1) !important; } </style> This worked! Thank you again! 🙌 Link to comment
carly.pearlman Posted January 4, 2022 Share Posted January 4, 2022 @tuanphan any chance you can help me add the TikTok logo as well? I've added the link to my social links on the site. (sorry -- I didn't think I needed it but the client just asked 😬) Link to comment
tuanphan Posted January 5, 2022 Share Posted January 5, 2022 10 hours ago, carly.pearlman said: @tuanphan any chance you can help me add the TikTok logo as well? I've added the link to my social links on the site. (sorry -- I didn't think I needed it but the client just asked 😬) Use this code <style> [href*="tiktok"] div svg { display: none; } [href*="tiktok"] div:before { content: "\e07b"; font-family: "Font Awesome 5 Brands"; color: white; } [href*="tiktok"] div { transform: scale(1) !important; } </style> Reference: https://fontawesome.com/v5.15/icons/tiktok?style=brands carly.pearlman 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment