What you see if you add the following line of code
.menu-item-inner {font-size: 16px;} (or what suits you) by going to Appearance > Customize > Additional CSS ?
Hey @araenel,
thank you for choosing Bento! There’s no back-end control for the submenu text size at the moment, but we’ll add it to our development backlog. Meanwhile, you can alter the needed parameter by adding the following snippet to the “Additional CSS” tab of the “Appearance – Customize” admin section:
.primary-menu .sub-menu { font-size: 20px !important; }
Sincerely,
Andrii / Satoti Studio
Thanks very much! Worked great. 🙂