This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp
Hi! how can I change the menu fonts? Thanks!
Hello,
Please add this code in custom.css file:
.main-nav .menu > li > a {
font-family: Helvetica !important;
}
Best regards,
Jack Richardson.
Thanks! but I want to change the font in the mega menu. I can’t change it in Theme Option>Typography
Hello,
Please use this css code:
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li > a {
font-family: Helvetica !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up