Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #28756

    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

    #138527

    Hi,

    Can you post the link to your website please?

    Regards,

    Josue

    #138528

    Hi Josue,

    Please check http://acutta.com/template/?lang=zh-hans.

    Thank you,

    #138529

    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

    #138530

    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?

    #138531

    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

    #138532

    Thank you, Yigit! It works! :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change font size in non-English version menu?’ is closed to new replies.