How to change the font size in the main menu?

Hi @jjwijman,

Add below CSS rules to the custom.css file in the joomla template.
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
font-size: 18px; /* You can change the font site value you want */
}

Kind regards,

    Write a Reply...
    You need to Login to view replies.