From: Anthony Talarico Date: Fri, 25 May 2018 18:06:44 +0000 (-0400) Subject: changing the off canvas menu color X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=888af2316a48f25babebfea0e565939f5c438c2a;p=WP-Themes%2Fnpoint.git changing the off canvas menu color --- diff --git a/css/responsive.css b/css/responsive.css index 7abd5a4..8f3bf5d 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -45,7 +45,7 @@ Responsive CSS display: block; height: 40px; width: 40px; - background: url(../images/menu.png) no-repeat center #E3633B; + background: url(../images/menu.png) no-repeat center #15203d; text-indent: -9999px; cursor: pointer; } @@ -68,7 +68,7 @@ Responsive CSS top: 100%; left: 0; width: 100%; - background: #E3633B; + background: #15203d; padding: 10px 0; text-align: center; } @@ -186,10 +186,10 @@ Responsive CSS } .main-navigation > ul > li{ display: block; - border-bottom: 1px solid #DB5E39; + border-bottom: 1px solid #C6D4E1; } .main-navigation ul ul { - background: #db5e39; + background: #C6D4E1; position: static; font-size: 15px; display: none; diff --git a/functions.php b/functions.php index 705c745..a645b54 100644 --- a/functions.php +++ b/functions.php @@ -188,8 +188,8 @@ function accesspress_parallax_scripts() { wp_enqueue_script( 'slick', get_template_directory_uri() . '/js/slick.js', array('jquery'), '1.8.0', true ); wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0', true ); wp_localize_script( 'accesspress-parallax-custom', 'ap_params', $slider_parameters ); - wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.0', true ); - wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.0" ); + wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.1', true ); + wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.1" ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); diff --git a/style.css b/style.css index 92a2463..e9ae80e 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: N Point Strategies Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/ Author: AccessPress Themes Author URI: https://accesspressthemes.com/ -Version: 1.0.0 +Version: 1.0.1 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: accesspress-parallax