Hello,
I want to change the font of the main menu. I changed the font family in the template dashboard (with Google Font Directory) but I do not find how to influence the modification of the names of this main menu.
Thank you very much for your help.
Change the font of the main menu.
- Edited
yvan01 I want to change the font of the main menu
For main menu, Try add this to override.css file (don't forget to enable override from Template Options -> Advanced tab): :
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a, #gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span{ font-family: Arial, sans-serif !important;}
and change font-family accordingly.
Currently, Font-family for body is being appended to main menu
- Edited
I thank you so much Aman for your answer.
I writed :
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a, #gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span{ font-family: Poppins, sans-serif !important;}
but I don't see modification.
Is this code exact for Poppins family ?
Perhaps I have to place something in "Other II - selectors" (font tab) ?
yvan01 Is this code exact for Poppins family ?
As apparently seen, You are using webfont from fontsqirrel for which you can follow the steps outlined in documentation for loading such font
I thank you Aman.
Best regards.