From eb8b7b84edefbb7392c9dcd2b456ff94cd6cf564 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 20 Jul 2016 12:48:28 -0400 Subject: [PATCH] Top nav image now links, remove prod enquire title 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 | 2 +- css/app.css | 6 ++++-- scss/plugins/_gravityForms.scss | 3 +++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4c513e7..90ab2eb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -5,7 +5,7 @@ module.exports = function(grunt) { sass: { options: { includePaths: ['bower_components/foundation/scss'], - sourceMap: true + sourceMap: false }, dist: { options: { diff --git a/css/app.css b/css/app.css index 6d0b703..32f13d8 100644 --- a/css/app.css +++ b/css/app.css @@ -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 diff --git a/scss/plugins/_gravityForms.scss b/scss/plugins/_gravityForms.scss index ffd6dc1..66d8697 100644 --- a/scss/plugins/_gravityForms.scss +++ b/scss/plugins/_gravityForms.scss @@ -6,3 +6,6 @@ min-width: 290px !important; } +#tab-product_inquiry_tab .gform_title { + display: none; +} \ No newline at end of file -- 2.17.1