Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #121368
    Jiu Cai
    Participant

    Hello,
    I have few questions to ask. The site is MyHappyChoice.com
    1) I am trying to change the font type and sizes for both English and Chinese for the new post header.
    2) How to change fonts and sizes for the menu?
    3) Can you recommend the Chinese fonts plugins?
    4) How to remove the space on the right-hand side of the menu.

    Thank you very much.

    #121391
    tikaram
    Keymaster

    @jiu-cai : The font size can be changed with additional css. Please upgrade to simple catch pro to change font type for different locations, the option to change fonts is available in pro version from customizer.
    Please search for an appropriate plugin in plugin directory.
    To remove the space in the right side of the menu: Go to Appearance => Customize => Additional css and add the following css

     #menu-menu-1 {
       display: table;
       width: 100%;
    }
    #menu-menu-1 > li {
       display: table-cell;
    }
    #menu-menu-1 > li > a {
       display: block;
       text-align: center;
    }
    
    #access ul#menu-menu-1 > li,
    #access ul#menu-menu-1 > li a {
    float: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Change Fonts and Sizes for the Header’ is closed to new replies.