diff --git a/themes/rcforward/functions.php b/themes/rcforward/functions.php index e0ab743..13c2c44 100755 --- a/themes/rcforward/functions.php +++ b/themes/rcforward/functions.php @@ -89,7 +89,8 @@ function red_starter_minified_css($stylesheet_uri, $stylesheet_dir_uri) function red_starter_scripts() { wp_enqueue_style('red-starter-style', get_stylesheet_uri()); - + wp_enqueue_style('rcfontawesome', 'https://use.fontawesome.com/releases/v5.8.1/css/all.css'); + wp_enqueue_script('waypoints', 'https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js', array('jquery')); wp_enqueue_script('counterup', 'https://cdn.jsdelivr.net/npm/counterup@1.0.2/jquery.counterup.min.js', array('jquery', 'waypoints'), '', true); diff --git a/themes/rcforward/js/counter.js b/themes/rcforward/js/counter.js index e63923c..0673649 100644 --- a/themes/rcforward/js/counter.js +++ b/themes/rcforward/js/counter.js @@ -4,6 +4,8 @@ delay: 20, time: 2000 }); + $() +$('.menu-item-has-children').append(''); }); // end doc ready })(jQuery); diff --git a/themes/rcforward/sass/_hamburger.scss b/themes/rcforward/sass/_hamburger.scss index 10c9ba5..7763d20 100644 --- a/themes/rcforward/sass/_hamburger.scss +++ b/themes/rcforward/sass/_hamburger.scss @@ -231,3 +231,9 @@ // } // } +i{ + color: #fff; + font-size: 2em; + position: absolute; + +} \ No newline at end of file diff --git a/themes/rcforward/style.css b/themes/rcforward/style.css index f3d9c6b..47de2e9 100755 --- a/themes/rcforward/style.css +++ b/themes/rcforward/style.css @@ -589,6 +589,11 @@ body { .site-header .menu .menu-item-71 .sub-menu .menu-item a { color: #14225F; } +i { + color: #fff; + font-size: 2em; + position: absolute; } + * { -webkit-box-sizing: border-box; box-sizing: border-box; }