From: Ian Weller Date: Mon, 30 Jan 2017 17:43:31 +0000 (-0500) Subject: I added the instagram image in the footer X-Git-Tag: v1.0.11^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=56b3aad06a35e47b0928aad9bbddf6a3851d60a9;p=WP-Themes%2Fharborcountry.git I added the instagram image in the footer I added the instagram icons to the theme. I placed it in the footer, but not in the off canvas yet. --- diff --git a/assets/instagram-icon-lrg.png b/assets/instagram-icon-lrg.png new file mode 100644 index 0000000..67e2df3 Binary files /dev/null and b/assets/instagram-icon-lrg.png differ diff --git a/assets/instagram-icon-sm.png b/assets/instagram-icon-sm.png new file mode 100644 index 0000000..0eb0963 Binary files /dev/null and b/assets/instagram-icon-sm.png differ diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index ed4aba5..589e0f0 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -73,6 +73,10 @@ footer.main { 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; diff --git a/sections/footer.php b/sections/footer.php index 37188d7..0e4f52c 100644 --- a/sections/footer.php +++ b/sections/footer.php @@ -55,6 +55,7 @@
  • +
  • diff --git a/style.css b/style.css index 89d6709..992ffc0 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: HarborCountry Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for HarborCountry -Version: 1.0.9 +Version: 1.0.11 */