Hi, The main menu on mobile seems to be hidden
Coul you please assist?
Hey gzelasco,
Thanks for getting in touch with us!
The mobile menu is there but it has the same color as your background header. Please try adding this code to the Quick CSS field in the theme administration panel in your WordPress admin area or to your child themes style.css file:
#advanced_menu_toggle, #advanced_menu_hide {
color: #FFFFFF !important;
}
Best regards,
Jordan
Thanks !!!!