Hi there
How do I change the font in the sub-level links? I’ve gone into Advanced Styling – Main Menu Sub-Level Links but it will only let me change size and colour – I want to change the font type.
Many thanks
Hey Picante,
Sub menu items inherit main menu font family. You can use different font family using following custom CSS code
#top .av-main-nav ul a {
font-family: cursive;
}
Best regards,
Yigit
Thank you!