Hi,
How to change font size in non-English version menu?
Because there is no font available for the second language we use for our site, the size selected by default is kind of small. What’s the syntax to use for the Quick CSS field so I can make the menu font bigger?
Thanks
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi,
Try adding this CSS code to the Quick CSS or the custom.css file:
html[lang="zh-hans"] #top .main_menu .menu li > a{ font-size: 21px }
Change 21px for the desired size.
Regards,
Josue
Thank you, Josue. It works! :)
Sorry I forgot to ask about the footer menu. It, too, is very small. How can I change the footer font size?
Hi,
Please try adding following code to Quick CSS in Enfold theme options
html[lang="zh-hans"] #socket .sub_menu_socket { font-size: 21px }
Regards,
Yigit
Thank you, Yigit! It works! :)