Same issue. I’ve tried adjusting the CSS and it just doesn’t apply the settings when viewing on Chrome iPhone.
The CSS I’ve tried…
.site-navigation-toggle-holder .site-navigation-toggle {
color: #000 !important;
background-color: rgba(255, 255, 255) !important;
font-size: 40px !important;
}
.site-header .site-navigation-toggle i {
color: #000 !important;
background-color: rgba(255, 255, 255) !important;
}
.eicon-menu-bar:before {
color: #000 !important;
background-color: rgba(255, 255, 255) !important;
}
.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i {
color: #000 !important;
background-color: rgba(255, 255, 255) !important;
}
[class*=' eicon-'],
[class^='eicon'] {
color: #000 !important;
background-color: rgba(255, 255, 255) !important;
}