Spotify icon - header

Hi!

I’d like to be able to add a link to my Spotify account via social icons in the header/footer area of my website but spotify isn’t one of the icons currently available under the social options.

I’m currently using the Soundcloud icon but is there a way to fix this as that’s not technically correct? I’ve solved the problem further down the page by using a music note icon but I wasn’t able to add icons this way into the header area.

Any help would be much appreciated!

my site is: www.natashaboote.com

Hey There,

Thanks for writing in! Spotify is not yet added in the theme options. There is a pending feature request to add it. Hopefully it will be added soon. To resolve your issue in the site, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-social-global .x-icon-soundcloud:before {
    content: '\f1bc';
}

Hope this helps. Kindly let us know.

Perfect! thank you so much

You’re welcome.

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