change menu + widget header fonts

Discussion in 'Local Business WordPress Theme' started by feisalhensbergen, Aug 17, 2013.

  1. feisalhensbergen

    feisalhensbergen Guest

    Joined:
    Aug 15, 2013
    Messages:
    33
    Likes Received:
    0
    Hello,

    I would like to change the font for the menu + widget header.

    I think also to arial.

    how do i do this?

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li a {
    font-family: symbol;
    }
    #menu .ddsmoothmenu li li a{
    font-family: symbol! important;
    }
    .footer-wrapper .footer h4 {
    font-family: symbol;
    }
    In place of "symbol" you can put your font.
    This will solve your issue.
     
  3. feisalhensbergen

    feisalhensbergen Guest

    Joined:
    Aug 15, 2013
    Messages:
    33
    Likes Received:
    0
    thanks.
    last question: from which fonts can i choose?
     
  4. Gourav

    Gourav Support Staff

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

    There is no list of font available in the theme, You can put any font family that is available at your server it will support at your site and for more choices you can also use font from Google fonts.

    http://www.google.com/fonts/
     

Share This Page