From: Anthony Talarico Date: Mon, 23 Jul 2018 19:16:19 +0000 (-0400) Subject: testing updated javascript to make the front page action items clickable to open... X-Git-Tag: v1.0.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5527970aa00511f20458f50ac424f35520aa1ba6;p=WP-Themes%2Fsaultstemarie360.git testing updated javascript to make the front page action items clickable to open the signup modal --- diff --git a/js/custom.js b/js/custom.js index 21b80b9..301df51 100644 --- a/js/custom.js +++ b/js/custom.js @@ -176,7 +176,7 @@ jQuery(document).ready(function($){ course_cards.on("click", function(){ window.location = $(this).data('url'); }) - let getting_started = $(".parallax-section:first-child"); + let getting_started = $(".parallax-section:nth-child(2)"); let login_section = getting_started.find(".service-listing").children(".service-list:first-child"); login_section.addClass("parallax-hover"); login_section.on("click", function(){