There is a menu section on the webpage view but don’t see any menu when I view with my iPhone. How can I add a menu for mobile device? Please see the screen. Thank you.
Mobile menu button is there when I checked. It is white in color same with your background color. Please add this custom CSS on Appearance > Customize > Custom > Edit Global CSS:
.x-btn-navbar.collapsed {
color: red; /*Change to your preferred color*/
}