how I can change the font size in the mobile menu?
Hello there,
Thank you for contacting us.
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (max-width: 1199px) {
.main-navigation a {
font-size: 18px !important;
}
}
I hope this reply helps.
Stay safe.
Have an excellent day ahead
Regards,
Kharis
aThemes Support