I would like to know how to change the font size on the main navigation … this is not on a child theme.
Thanks,
Bill
Hey bdm55!
Thank you for using the theme!
Where did you place the menu? It is below, right or left of the logo? Please use this to change the font size:
.av-main-nav > li > a {
font-size: 15px;
}
Regards,
Ismael
Hi Ismael,
The menu is below … I tried this code and nothing happened changed the font size 3 different times.
Hi!
Try with this code:
.avia-menu a {
font-size: 15px !important;
}
Best regards,
Josue
Hi Josue .. that worked. Thank you
You are welcome, glad we could help :)
Regards,
Josue