Tagged: Advanced Styling, main menu
Hi,
I’ve customised the main menu and main menu sub level mostly how I want it, but there’s no option to change the font family for the sub menu.
As a result, the font in the main menu is okay, but the sub menu is different.
If you can let me know how to change it, that would be great.
Thanks,
Matt
Hey Matt!
Try using the Advanced Style editor:
Cheers!
Josue
Hi Josue,
Thanks for your response.
As I said in my original post, I’ve already been in to advanced styling and made most of the changes I want to make, but the option to change the font family of the sub menu doesn’t exist.
I can change the font family of the main menu, but not the sub menu, which seems odd to me.
Any further suggestions appreciated.
Cheers,
Matt
Hey Matt!
Yes, i see it now. You’d need to use CSS then, try adding this to the Quick CSS:
.sub-menu a .avia-menu-text{
font-family: "Open Sans", sans-serif !important;
}
Modify as needed.
Cheers!
Josue
Thank you Josue,
That works :-)
All the best,
Matt
You are welcome, always glad to help :)
Regards,
Josue