Thanks for a great theme.
I can´t make the nav bar show on mobile, though. I´ve tried to deactivate all plugins, but it doesnt solve the problem. Could you please help me?
My website is: http://musikhoejskolensaftenskole.dk/
And I´m using Ethos as you can se.
Best regards,
Julie
Thank you for giving us your site URL.
Upon checking, your navbar button color is the same with your navbar background color. Please add this CSS on Appearance > Customize > Custom > Edit Global CSS:
@media (max-width: 979px){
.masthead-inline .x-btn-navbar {
color: red !important; /*Change to your preferred color*/
}
}