From: Laury GvR Date: Wed, 20 Jul 2016 16:48:28 +0000 (-0400) Subject: Top nav image now links, remove prod enquire title X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=eb8b7b84edefbb7392c9dcd2b456ff94cd6cf564;p=WP-Themes%2Ffrancejourneys.git 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. --- 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