changing the off canvas menu color
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 May 2018 18:06:44 +0000 (14:06 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 May 2018 18:06:44 +0000 (14:06 -0400)
css/responsive.css
functions.php
style.css

index 7abd5a4..8f3bf5d 100644 (file)
@@ -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;
index 705c745..a645b54 100644 (file)
@@ -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' );
index 92a2463..e9ae80e 100644 (file)
--- 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