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 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.