change to normal and increase size

Hi guys, i need your help.

i need a custom css to increase the size of this titles and i maybe another tipography. (in the whole navigation bar)
any thoughts¿

my site is lastwolf.us

Hi @RivonLastWolf ,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.mega-menu__heading {
    font-size: 14px;
}

You can also change the code to your liking.

add the code to your theme.css

.mega-menu__column span.heading–small{
font-size:20px;
}