Improved CSS appearance with custom background image, updated theme tags, and modified the expand/contract functionality of the mobile menu button.

This commit is contained in:
Mickey Kay
2014-01-17 12:43:07 -08:00
parent df63af9bf3
commit c8bb6d4158
2 changed files with 82 additions and 38 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jQuery(document).ready(function() {
jQuery('#menu-button').click(function() {
var button = jQuery(this);
button.toggleClass('open');
jQuery('.menu-primary').slideToggle();
jQuery('.nav-primary').slideToggle();
});
// Mobile navigation icons