• Resolved Litrigol

    (@litrigol)


    Hi. I’m really enjoying this theme, but I wonder if is there any way to add more social icons to the menu. I’d really like to have the Soundcloud and Bandcamp ones.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Add this to a child theme or to a custom CSS plugin for Soundcloud:

    .social-widget a[href*="soundcloud.com"]::before ,
    .social-navigation li a[href*="soundcloud.com"]::before {
    	content: '\f1be';
    }

    For Bandcamp there isn’t an icon available in the FontAwesome icon pack, so you’ll have to do it yourself with a .png or something.

    Thread Starter Litrigol

    (@litrigol)

    Thank you so much!! Tried with Soundcloud and it works perfectly! Just another question: after the making of the bandcamp icon, where should i put it? Thanks again.

    Well, you should put the icon in your theme or in your child theme and then do something like this:

    .social-navigation li a[href*="bandcamp.com"] {
    	background: url('icon.png') no-repeat left top;
    }

    Play with the position settings above and find a way that works for you. Also, make sure to change bandcamp.com if that’s not the site you’re after.

    Thread Starter Litrigol

    (@litrigol)

    Thanks again! I’m not able to work out the bandcamp issue, for now, but what concerns me a the moment is the fact that the Soundcloud icon works great in Chrome, but not in Firefox. Any suggestion? Sorry for disturbing you.

    Thread Starter Litrigol

    (@litrigol)

    I forgot to mention: in Firefox Tumblr and Youtube icons works properly, problem only with Soundcloud.

    That’s funny, I just saw that for me it doesn’t work in Chrome either ??
    Anyway, what you need to do is update your FontAwesome pack. Go here and download it, than go to the theme folder and have a look at the Fonts folder. Copy and and replace the files you see in the Fonts folder from the archive. We’ll also update the Fontawesome pack in a future revision.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘More social Icons’ is closed to new replies.