I spoke to soon. It corrected a few of the pages, but the Login and Logout pages still do not show the hamburger icon. The placeholder is barely visible.
I tried adding this code below from another thread and that didn’t change anything.
I’m using the “Ultimate Member” plugin
/* 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 found this answer in another post that worked for me.
I had the same problem. The solution that helped me is to deactivate inline font icons under Elementor > Settings > Experiments > Inline Font Icons.
Best regards
Thank You. I’ll try that.