5e5f513a by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 4079cb6f
......@@ -14749,6 +14749,14 @@ input[type=checkbox] {
margin-bottom: 40px;
}
a.skip-link {
opacity: 0;
}
a.skip-link:focus {
opacity: 1;
}
.pre-header {
background-color: #0484b8;
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' );
<!-- ******************* The Navbar Area ******************* -->
<header id="wrapper-navbar">
<!-- <a class="skip-link" href="#content"><z?php //esc_html_e( 'Skip to content', 'understrap' ); ?></a> -->
<a class="skip-link" href="#content"><?php esc_html_e( 'Skip to content', 'understrap' ); ?></a>
<?php get_template_part( 'global-templates/navbar', $navbar_type . '-' . $bootstrap_version ); ?>
<div class="search">
......
......@@ -271,4 +271,10 @@ margin: 40px 0px;
.search-form{
margin-bottom: 40px;
}
}
a.skip-link{
opacity:0;
}
a.skip-link:focus{
opacity:1;
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0032
Version: 1.1.0033
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......