Add Bluesky to socials
-
Hi,
Would it be possible to add Bluesky to the socials? I followed the help provided in this thread: https://www.ads-software.com/support/topic/social-icon-for-tiktok/ and added the following to functions.php:
add_filter('apollo13framework_social_icons_list', function($icons){$icons['new_service_bluesky'] = array( 'fa fa-bluesky', 'Bluesky' );return $icons;});
Fontawesome has the icon (“bluesky”). The option is added to the customizer, but the link does not have an icon. I tried adding some custom css too:
.fa-bluesky::before {
content: "\e671";
}
.fa.fa-bluesky{font-family:"Font Awesome 5 Brands";font-weight:400}but this didn’t help. I’d really appreciate if you can help. Thank you!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.