Increase header menu font
- The topic ‘Increase header menu font’ is closed to new replies.
Need help? Check out our Support site, then
Hi there, I need help increasing my main menu’s font size, to about double its current size,
Thanks,
Nada
Nayday.net
The blog I need help with is: (visible only to logged in users)
Hi Nada, thanks fro writing an using Silvio :)
you can add this CSS:
@media (min-width: 768px) {
.nav-menu li a {
font-size: 16px;
}
}
You can play with the number, to fit your desired size.
Hope this helps :)
Ricardo P. from SiloCreativo