Hi.
Thank you for your awesome theme.
I can’t change the top menu font, I have tried with Advanced Settings and with this code in Quick CSS, but is not working:
#top #header .av-main-nav > li > a {
font-family: Lato!important;
}
I want to change to LATO, but I can’t.
Thank you.
Hey vmoralestejedor,
Have you loaded lato to the web site also?
You need to import it, by using
https://fonts.google.com/specimen/Lato
Thank you very much!
Best regards,
Basilis
Thanks Basilis but LATO is installed and appearing in other sections of my blog, like buttons and socket.
Could you help me please about Main Top Menu?
Thank you.
Hi,
Please try this instead:
#avia-menu li a .avia-menu-text {
font-family: Lato !important;
}
Best regards,
Rikard
Still not working when menu is collapsed (tablets and mobile devices).
Thank you.