I worked it out finally, there was a couple of things wrong:
- I hadn't enabled the extra options for menus in screen options (Should have read the documentation better!) Once I did this Iwas able to give the menu item a class, I gave the instagram item a class of gk-icon-instagram
- A font library is used for these icons form pixelove. I added an instagram icon to an unsed letter (B) in the fonts, uploaded and then added the following to the bottom of writer-pixellove.css
- Code: Select all
.gk-icon-instagram:before {
content: "B";
}
All good, but it took some finding!