Hi there,
I found the part of code for the menu and fixed the size to my desires
If you edited it directly in the code (not using WP hooks, CSS, child theme, etc), keep in mind that you would technically lose it on theme updates.
now I need to increase tthe text of the menu once menu is open and i’ll be ok
Is that on the expanded menu for the hamburger menu?
If so, maybe you could add some CSS for that:
/* Increase font size for expanded menu items on hamburger menu */
.has-modal-open .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
font-size: 35px;
}
You can add this CSS by going to the Site Editor, then Styles. There you can click on the three-dot icon (kebab menu), and go to Additional CSS:
Full Size: https://d.pr/i/Yox1tm