Change Font

Discussion in 'Andrina WordPress Theme' started by raincomedia, Jan 27, 2013.

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

    raincomedia New Member

    Joined:
    Jan 26, 2013
    Messages:
    4
    Likes Received:
    0
    Hello, I have the Andrina Pro theme. I would like to change the font type (to say Verdana for example) for the Menu. How can I do that?

    Also, is it possible to change the style to bold, too?

    Thank you so much in advance!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    #menu li a {
    font-family:verdana;
    font-weight:bold;
    }
    This will solve your issue.

    Thanks.
     
  3. raincomedia

    raincomedia New Member

    Joined:
    Jan 26, 2013
    Messages:
    4
    Likes Received:
    0
    It worked. Thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page