@iammrfrank: Hello there,
Go to => Appearance => Customize => Additional CSS add the following CSS Code.
#menu-item-260 {
visibility: hidden;
width: 25px
}
#menu-item-260 a::before {
visibility: visible;
content: '\f203';
font-family: Genericons;
}
This should work for the Facebook icon but the Band camp icon does not seem to be available in the Genericons Font.
To have the Band camp icon you will need to enqueue Font Awesome Fonts in your theme. For that you will need to create a child theme and do a little bit of customization.
Let me know if you are familiar with child theme customizations otherwise I suggest you to hire a customizer to get it done.
Kind Regards,
Skandha