Top nav image now links, remove prod enquire title
authorLaury GvR <laury@gaslightmedia.com>
Wed, 20 Jul 2016 16:48:28 +0000 (12:48 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 20 Jul 2016 16:48:28 +0000 (12:48 -0400)
Making the featured images in the top navigation clickable as
links, like the titles. The product enquire form now no longer has
the needless "Product Enquiry" title at the top.

Gruntfile.js
css/app.css
scss/plugins/_gravityForms.scss

index 4c513e7..90ab2eb 100644 (file)
@@ -5,7 +5,7 @@ module.exports = function(grunt) {
     sass: {
       options: {
         includePaths: ['bower_components/foundation/scss'],
-        sourceMap: true
+        sourceMap: false
       },
       dist: {
         options: {
index 6d0b703..32f13d8 100644 (file)
@@ -6804,6 +6804,9 @@ small.product_category_title_item {
 #input_1_14 {
   min-width: 290px !important; }
 
+#tab-product_inquiry_tab .gform_title {
+  display: none; }
+
 /* WooCommerce */
 .woocommerce-wrapper #container {
   max-width: 1000px;
@@ -8369,5 +8372,4 @@ ul.social {
       .offcavas-social-list li a.tube:hover {
         background-position: -50px -146px; }
 
-/* End Mobile Menu */
-/*# sourceMappingURL=app.css.map */
\ No newline at end of file
+/* End Mobile Menu */
\ No newline at end of file
index ffd6dc1..66d8697 100644 (file)
@@ -6,3 +6,6 @@
     
     min-width: 290px !important;
 }
+#tab-product_inquiry_tab .gform_title {
+    display: none;
+}
\ No newline at end of file