Google Fonts for Menu Bar

Discussion in 'BlackBird WordPress Theme' started by chrissann, Feb 26, 2014.

  1. chrissann

    chrissann New Member

    Joined:
    Feb 19, 2014
    Messages:
    11
    Likes Received:
    0
    Hi,

    I have added the Google Fonts plugin to my Wordpress site and it is working perfectly with the Blackbird theme. However, the only font space that doesn't seem to respond to changes is the text of the menu bar. I have tried selecting every possible font space in the Google Fonts plugin (H1, H2, etc.) and nothing responds. How do I change the font for the main menu bar text?

    Also, how to I change the static and hover colors for the menu bar text?

    Thank you,

    Chrissann

    P.S. my site is not published yet, so I cannot share a link.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    #menu li a {
    font-family: symbol!important;
    color: YOUR COLOR VALUE;
    }
    #menu li a:hover {
    color: YOUR COLOR VALUE;
    }
    #menu li.current_page_item a {
    color: YOUR COLOR VALUE;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. chrissann

    chrissann New Member

    Joined:
    Feb 19, 2014
    Messages:
    11
    Likes Received:
    0
    Thank you, that worked for changing the colors, but I am still unable to change the font. How can I change the font to the Google font "Junge"?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. chrissann

    chrissann New Member

    Joined:
    Feb 19, 2014
    Messages:
    11
    Likes Received:
    0
    Hi,

    As I said earlier in this thread, my website is not published yet so I do not have a link to share. Isn't there some code you can give me to plug in with a font name that changes just the menu bar font?

    Thank you.
     
  6. Piyush

    Piyush Support Staff

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

Share This Page