Home › Forums › Iconic One Pro Support › grandezza menù › Reply To: grandezza menù
July 30, 2017 at 5:51 am #4978
Themonic-Support
Keymaster
Try this in custom css for sub menu font size
@media screen and (min-width: 767px) {
.themonic-nav li ul li a {
font-size: 18px;
}
}