From: Anthony Talarico Date: Wed, 27 Jan 2016 18:27:57 +0000 (-0500) Subject: changed menu name references X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=548496d3c15ed070ac670c4fc5ac995a47a89b13;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git changed menu name references --- diff --git a/css/app.css b/css/app.css index 53c28c9..3c3fff2 100644 --- a/css/app.css +++ b/css/app.css @@ -6612,10 +6612,10 @@ header { position: relative; top: 15px; } -#headerLinks > ul#menu-menu-2 > li::before { +#headerLinks > ul#menu-top-menu > li::before { margin-top: 13px; } -#headerLinks > ul#menu-menu-2 > li { +#headerLinks > ul#menu-top-menu > li { padding: 0px 15px; } @media screen and (max-width: 1024px) { diff --git a/js/app.js b/js/app.js index 32be97b..948ae96 100644 --- a/js/app.js +++ b/js/app.js @@ -200,8 +200,8 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat $(".menu-icon").on("click", function () { window.scrollTo(0,0); }); - var $topMenu = $("ul#menu-menu-2 li > a"); - $("#headerLinks").children("ul#menu-menu-2").children("li").each(function () { + var $topMenu = $("ul#menu-top-menu li > a"); + $("#headerLinks").children("ul#menu-top-menu").children("li").each(function () { $($topMenu).css("background", "none").css("font-size", "16px"); $($topMenu).mouseenter( function () { $(this).css("background", "white") ; diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 900253a..4e52458 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -191,8 +191,8 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat $(".menu-icon").on("click", function () { window.scrollTo(0,0); }); - var $topMenu = $("ul#menu-menu-2 li > a"); - $("#headerLinks").children("ul#menu-menu-2").children("li").each(function () { + var $topMenu = $("ul#menu-top-menu li > a"); + $("#headerLinks").children("ul#menu-top-menu").children("li").each(function () { $($topMenu).css("background", "none").css("font-size", "16px"); $($topMenu).mouseenter( function () { $(this).css("background", "white") ; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index f07cdf6..4b5f10b 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -233,10 +233,10 @@ position: relative; top: 15px; } -#headerLinks > ul#menu-menu-2 > li::before{ +#headerLinks > ul#menu-top-menu > li::before{ margin-top: 13px; } -#headerLinks > ul#menu-menu-2 > li{ +#headerLinks > ul#menu-top-menu > li{ padding: 0px 15px; } #socialLinks{