Depending on some settings, the mobile hamburger menu toggle has the same color as it’s background. Use the following css to change it:
/* -- START mobile menu toggle color -- */
span.mobile_menu_bar:before {
color: #00BBE3 !important;
}
/* -- END mobile menu toggle color -- */
Code language: CSS (css)