The Mobile Icon (hamberger) is not displaying
Site: https://savekihei.org/
Sydney Version Version: 1.76
- Using Google Inspector, the HTML code is there. The Icon seems to be behind the background color.
– Icon is located middle-bottom in the header - I tried three different method of CSS to change the color of the icon:
.btn-menu { color: red; }
.site-header .btn-menu .sydney-svg-icon {fill: red;}
.btn-menu .sydney-svg-icon {fill: red;}
ALSO - turned off cache, disable all plugins.