From: Anthony Talarico Date: Fri, 16 Sep 2016 14:58:39 +0000 (-0400) Subject: nextgen light template changing img hover text to visit and removing hour glass icon X-Git-Tag: v1.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8d87f8463152815499985a01bc5ce90aaed07171;p=WP-Themes%2Fpetoskeyarea.git nextgen light template changing img hover text to visit and removing hour glass icon --- diff --git a/css/app.css b/css/app.css index 8929e7e..47cf2b8 100644 --- a/css/app.css +++ b/css/app.css @@ -7374,7 +7374,7 @@ button:focus { transition: all 0.5s ease 0s; width: 100%; } #gallery-glmphotos-light-3 .ngg-gallery-thumbnail .ngg-fancybox .title::before, #gallery-glmphotos-light-3 .ngg-gallery-thumbnail .image-anchor .title::before, #gallery-glmphotos-light-5 .ngg-gallery-thumbnail .ngg-fancybox .title::before, #gallery-glmphotos-light-5 .ngg-gallery-thumbnail .image-anchor .title::before { - content: '\26B2'; + content: ''; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); diff --git a/nggallery/gallery-glmphotos-light-4.php b/nggallery/gallery-glmphotos-light-4.php index 4ebc443..fefe030 100644 --- a/nggallery/gallery-glmphotos-light-4.php +++ b/nggallery/gallery-glmphotos-light-4.php @@ -65,7 +65,7 @@ Follow variables are useable :
- VIEW + VISIT
diff --git a/scss/plugins/_nextgen.scss b/scss/plugins/_nextgen.scss index 8b307ce..c8b52a8 100644 --- a/scss/plugins/_nextgen.scss +++ b/scss/plugins/_nextgen.scss @@ -315,7 +315,7 @@ } .ngg-fancybox .title::before, .image-anchor .title::before { - content: '\26B2'; + content: ''; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);