New Social Media Button

Hi, and thank you for the awesome theme!
I’m trying to add a social media button for the site Ravelry (this button - http://badges.ravelry.com/square_24.png), but since there is no Font Awesome icon for the site, I am having difficulty doing so. Can you advise on the best way to accomplish this?
Thank you

ArielBL,

It is not as easy as it might sound as FontAwesome doesn’t use any images and it is basically a font which looks different.

However, here is a hack that you can use to replace RSS icon with Revelry icon (you can replace any icon that you don’t use). Just add URL to your Revelry page in Theme Options for the icon your are replacing and you are ready to go.

This code can be used via Theme Options - Other - Custom CSS.

.social_icon.fa.fa-rss {
    background: url(http://badges.ravelry.com/square_24.png) no-repeat;
    color: transparent;
    width: 28px;
    height: 23px;
}