5e5f513a by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 4079cb6f
...@@ -14749,6 +14749,14 @@ input[type=checkbox] { ...@@ -14749,6 +14749,14 @@ input[type=checkbox] {
14749 margin-bottom: 40px; 14749 margin-bottom: 40px;
14750 } 14750 }
14751 14751
14752 a.skip-link {
14753 opacity: 0;
14754 }
14755
14756 a.skip-link:focus {
14757 opacity: 1;
14758 }
14759
14752 .pre-header { 14760 .pre-header {
14753 background-color: #0484b8; 14761 background-color: #0484b8;
14754 color: #fff; 14762 color: #fff;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -43,7 +43,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); ...@@ -43,7 +43,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
43 <!-- ******************* The Navbar Area ******************* --> 43 <!-- ******************* The Navbar Area ******************* -->
44 <header id="wrapper-navbar"> 44 <header id="wrapper-navbar">
45 45
46 <!-- <a class="skip-link" href="#content"><z?php //esc_html_e( 'Skip to content', 'understrap' ); ?></a> --> 46 <a class="skip-link" href="#content"><?php esc_html_e( 'Skip to content', 'understrap' ); ?></a>
47 47
48 <?php get_template_part( 'global-templates/navbar', $navbar_type . '-' . $bootstrap_version ); ?> 48 <?php get_template_part( 'global-templates/navbar', $navbar_type . '-' . $bootstrap_version ); ?>
49 <div class="search"> 49 <div class="search">
......
...@@ -272,3 +272,9 @@ margin: 40px 0px; ...@@ -272,3 +272,9 @@ margin: 40px 0px;
272 margin-bottom: 40px; 272 margin-bottom: 40px;
273 } 273 }
274 } 274 }
275 a.skip-link{
276 opacity:0;
277 }
278 a.skip-link:focus{
279 opacity:1;
280 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.0032 8 Version: 1.1.0033
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......