Previously, the mobile menu was functioning. However, I just noticed that the hamburger icon is no longer visible. I have tried adding the following code as per forum instructions, but the menu on mobile is still not visible.
.x-btn-navbar,
.x-btn-navbar:hover,
.x-btn-navbar.collapsed:hover {
color: #5f5d5d;
}
If the blank white area is clicked, the menu works. So, the issue is the navigation icon not being visible.