Archived topic
Change Menu Item Description Font & Size
7 replies · Started by Lyn on October 4, 2021
Hi,
I want to change the font and font size of the Menu Item Description on my GeneratePress website. The default font is Italic and very small, but I want to change the font to Proxima Nova Regular in size 11.
Can you please advise how to do it?
Thank you!
Hi Lyn,
I'm not sure what Menu Item Description means.
Can you explain more or link us to your site and point us to where we should be looking at?
The links require login.
https://www.screencast.com/t/4QRHPRuYsvA
I can't see the image you shared unfortuanly.
I'm wondering if Menu Item Description is just menu items?
If so, you should be able to change the typography at customizer > typography > primary navigation:
https://docs.generatepress.com/article/typography-overview/
Hi Ying,
I want to change the font & size of menu item description, but I can't change it at customizer > typography > primary navigation.
Can you please advise how to fix it?
Thank you!
Lyn
Ah I see, you are using mega menu on your site.
Unfortuanly GP has no control over this content style.
You'll have to reach out to the mega menu support to change their default font style.
Before you get respond from Mega menu, you can try this CSS for now:
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
font-size: 11px;
font-family: Proxima Nova Regular;
}
Thanks Ying,
The CSS code doesn't work. I will reach out to Mega Menu support.
Thank you anyway!
No problem :)