Change menu font

Discussion in 'Nutrition WordPress Theme' started by waynew, Aug 2, 2013.

Thread Status:
Not open for further replies.
  1. waynew

    waynew Member

    Joined:
    Aug 1, 2013
    Messages:
    33
    Likes Received:
    0
    I am having trouble with the menu fonts.

    They are to large and too spaced so are going to a second menu line, which looks terrible. How can i change the size/type of menu font as well as the spacing between them? Thanks
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li a {
    font-size: 14px;
    font-family: Your font type;
    }
    #menu{
    margin-left:10px;
    }
    #menu .ddsmoothmenu li{
    padding:5px;
    }
    This will solve your issue.
     
  3. waynew

    waynew Member

    Joined:
    Aug 1, 2013
    Messages:
    33
    Likes Received:
    0
    Thank You. Excellent.
     
Thread Status:
Not open for further replies.

Share This Page