From: Anthony Talarico Date: Wed, 18 Apr 2018 16:24:32 +0000 (-0400) Subject: testing new header info colors X-Git-Tag: v1.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=22049537d234e497c6fff81344b66a0f20be0d22;p=WP-Themes%2Fnpoint.git testing new header info colors --- diff --git a/header.php b/header.php index ad6ac90..7bb4881 100644 --- a/header.php +++ b/header.php @@ -91,14 +91,8 @@ if(of_get_option('show_social') == 1): do_action('accesspress_social'); endif; ?> -
-
- Financial - Healthcare - Technology - Manufacturing - Professional Services -
+
+
diff --git a/home-page.php b/home-page.php index 4ec1718..0636e0a 100644 --- a/home-page.php +++ b/home-page.php @@ -7,7 +7,7 @@ get_header(); - + $sections = of_get_option('parallax_section'); if(!empty($sections)): diff --git a/index-parallax.php b/index-parallax.php index 39819b0..47c07d5 100644 --- a/index-parallax.php +++ b/index-parallax.php @@ -11,9 +11,11 @@ * @package accesspress_parallax */ - $sections = of_get_option('parallax_section'); - - if(!empty($sections)): + $sections = of_get_option('parallax_section'); ?> + + + - +
" id="ID); ?>">
@@ -36,8 +38,10 @@ $query = new WP_Query( 'page_id='.$section['page'] ); while ( $query->have_posts() ) : $query->the_post(); ?> - + +

@@ -48,7 +52,8 @@
- @@ -100,10 +105,22 @@
- + + +
+
+ Financial + Healthcare + Technology + Manufacturing + Professional Services +
+
+ ', { + // id: 'industries', + // text: '', + // class: 'industries-group', + // }).append( $('',{ + + // })).insertAfter($('.parallax-section:first-child')); }); \ No newline at end of file diff --git a/style.css b/style.css index 19f728d..0f11818 100644 --- a/style.css +++ b/style.css @@ -2512,9 +2512,19 @@ Responsive grid for pages text-indent: 999999999px; } -#industries{ +#header-band{ margin-top: 10px; + background-color: #C6D4E1; + height: 50px; +} +#industries{ + position: absolute; + bottom: -50px; + height: 50px; background-color: #A1AC88; + z-index: 100; + width: 100%; + /* margin-bottom: 20px; */ } #industries #industry-group{ display: block; @@ -2549,6 +2559,11 @@ Responsive grid for pages .parallax-section:first-child { padding: 150px 0 75px; } +/* .parallax-section:first-child::after{ + width: 100%; + height: 50px; + background-color: red; +} */ .parallax-section:not(:first-child) h2{ display: none; }