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
Issue: Request to enlarge navigation bar menu titles and possibly change typography on lastwolf.us, with a screenshot showing the target area.
Proposed solutions:
Notes:
Status: No confirmation of implementation; discussion remains open without a final resolution.
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.