Changing menu font type

Discussion in 'Infoway WordPress Theme' started by pupwild, Apr 30, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    How would i change the menu font type?


    Hello,

    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    #menu li.current-menu-item a
    {
    font-family:symbol;
    }
    #menu .ddsmoothmenu li a {
    font-family:symbol;
    }
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a {
    font-family:symbol;
    }
    Change the font family according to your requirement.

    This will solve your problem.

    Thanks.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    #menu li.current-menu-item a
    {
    font-family:symbol;
    }
    #menu .ddsmoothmenu li a {
    font-family:symbol;
    }
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a {
    font-family:symbol;
    }
    Change the font family according to your requirement.

    This will solve your problem.

    Thanks.
     
  3. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    How can I install the font I want under the word press
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For this issue follow the steps given below.
    1. Go to the link http://www.google.com/fonts/ and search your font.
    2. Click on the Quick use button.





    [​IMG]


    3. After click, Scroll down the page and copy the font link from the 3rd point of that page as shown in the image given below.


    [​IMG] and paste it with the import code in the style.css file (Theme directory ->style.css ) as shown in the image given below.
    [​IMG]
    and use this font in the css code.
    This will solve your issue.
     

Share This Page