nextgen light template changing img hover text to visit and removing hour glass icon
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Sep 2016 14:58:39 +0000 (10:58 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Sep 2016 14:58:39 +0000 (10:58 -0400)
css/app.css
nggallery/gallery-glmphotos-light-4.php
scss/plugins/_nextgen.scss

index 8929e7e..47cf2b8 100644 (file)
@@ -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);
index 4ebc443..fefe030 100644 (file)
@@ -65,7 +65,7 @@ Follow variables are useable :
                         <?php } ?>
                         <div class="image_title">
                             <h5 class="title">
-                                VIEW
+                                VISIT
                             </h5>
                         </div>
                     </a>
index 8b307ce..c8b52a8 100644 (file)
             
         }
         .ngg-fancybox .title::before, .image-anchor .title::before {
-            content: '\26B2';
+            content: '';
             -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
             -o-transform: rotate(45deg);