diff --git a/functions.php b/functions.php index b5dfcdb..3e44343 100644 --- a/functions.php +++ b/functions.php @@ -807,3 +807,14 @@ if ( ! function_exists( 'curver_flexslider_gallery' ) ) { } add_action( 'wp_enqueue_scripts', 'curver_flexslider_gallery' ); + +/* Accessibility IE11 fix - https://git.io/vWdr2 +/* ------------------------------------ */ +function curver_skip_link_focus_fix() { + ?> + + a, .wp-pagenavi a { color: '.esc_attr( get_theme_mod('color-1') ).'; } +.themeform input[type="button"], +.themeform input[type="reset"], .themeform input[type="submit"], +.themeform button[type="button"], +.themeform button[type="reset"], .themeform button[type="submit"], #header-inner, #flexslider-featured .flex-control-nav li a.flex-active, diff --git a/header.php b/header.php index 5e96138..975eff0 100644 --- a/header.php +++ b/header.php @@ -12,6 +12,10 @@ > + + + +