We are experiencing this problem too on a new site we are building for a client with this theme. Has anyone found a work around or solution for this?
Interestingly it displays when viewing the site when logged in as an admin, but not when viewing as a visitor (or incognito mode).
As a work around we have implemented this via the Customizer -> Additional CSS:
/* MOBILE NAV HAMBURGER FIX */
.site-navigation-toggle i:before {
content: “\f0c9” !important;
font-family: “Font Awesome 5 Free”;
font-weight: 900;
font-size: 22px;
font-style: normal;
}
.site-navigation-toggle-holder.show.elementor-active .site-navigation- toggle i:before {
content: “\f00d” !important;
}
I am alsohaving the same issue with the template but the above CSS did not resolve the issue does anyone else have a solution for this?
Try to deactivate inline font icons under Elementor > Settings > Experiments > Inline Font Icons.
It works for me.