Hey,
You can add submenu items in the form of a dropdown. See this tutorial:
https://www.kadencethemes.com/building-displaying-menus/
Some information here pertains only to the premium theme, but the submenu configuration will be the same regardless.
Let me know if you find that helpful.
-Kevin
Thanks Kevin!
Its works!
Can I change the font size of the submenu?
Try this CSS in Theme Optoins> Advanced Settings:
ul.sf-dropdown-menu li a span {
font-size: 12px;
}
Let me know if that works for you!
-Kevin
Hey Kevin, doesn´t works 🙁
Try this instead:
#menu-menu-do-topo .sf-dropdown li a {
font-size: 20px !important;
}
-Kevin