How to change superfly social icons?

On Superfly settings when you go to Menu Panel -> Social , you see a list of social networks you can add your url to. Well I want to change the icon for Soundcloud to githubs fontawesome icon but the following does not work , it only produces a blank square?

.sfm-icon-soundcloud a:before {
content: "\f09b" !important;
}

Hi,

Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

Thank you.

The code should be this:

.sfm-icon-soundcloud a:before {
    content: "\f09b" !important;
    font-family: fontawesome;
}

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.