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.
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
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"?
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.
Hello, See the link given below http://www.inkthemes.com/community/threads/problem-with-google-fonts.7237/#post-26918 I hope this will help you.