• Lots of options for adding social buttons to top right social bar (fb, spotify, etc.). Anyway to add a logo for google music?

    Also, code for moving social bar to top left and page links to top right?

    sleepingplanetband.com

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey Lincoln,

    You can use this CSS to swap the social icons and the secondary menu:

    .menu-secondary{
      float: right;
    }
    .top-navigation .social-media-icons {
      float: left;
    }

    Adding a new social icon is possible, but is a much more intensive customization. To do this, you’ll need to get an image for Google Music and modify the social-icons.php file in Tracks to add it in.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Google Music Icon to Social Bar / Moving Social Bar’ is closed to new replies.