hello how to make the font bigger and bold in the top menu Thanks
mrif2
You can override with this custom css:
.t4-megamenu > .navbar-nav > li > a, .t4-megamenu > .navbar-nav > li > .nav-link { font-size: 16px !important; }
Thank you Saguaros!