On Shopify 2.0 themes, you can use the Custom HTML code box on the Instafeed app extension to add your own code on top of Instafeed:

Besides HTML, you can also add CSS and JavaScript code.
CSS
To add CSS code, simply put it inside style tags.
JavaScript
To add JavaScript code, simply put it inside script tags. Instafeed fires an onload event that you can use to implement custom code.