I added the instagram icons to the theme. I placed it in the footer,
but not in the off canvas yet.
background-position: -78px 0;
margin: 0 4.5px;
}
+ &.insta {
+ background: url(../assets/instagram-icon-lrg.png);
+ margin: 0 4.5px;
+ }
&.blog {
background: url(../assets/blog-icon-lrg.png);
margin-left: 4.5px;
<li><a class="facebook" target="_blank" href="https://www.facebook.com/Harbor.Country.Chamber.of.Commerce/"></a></li>
<li><a class="twitter" target="_blank" href="https://twitter.com/HarborCountry/"></a></li>
<li><a class="pin" target="_blank" href="https://www.pinterest.com/harborcntrychmb/"></a></li>
+ <li><a class="insta" target="_blank" href="https://www.instagram.com/harborcountrychamber/"></a></li>
<li><a class="blog" href="<?php echo get_permalink(145);?>"></a></li>
</ul>
</div>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for HarborCountry
-Version: 1.0.9
+Version: 1.0.11
*/