Can the font size of the menu sub-items be increased?
fiferhc
You can try with this custom CSS:
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a { font-size: 14px !important; }
It's helpful,thank you so much.
It's my pleasure 😉