How to customize Header font sizes
To customize menu text, you can change the font size by adding this code snippet into Theme options > Layout > Advanced > Custom css: .navbar-nav.nav-style-megamenu > li > a > span { font-size: 16px !important; } To change the dropdown...