Reply To: Menu font

#1752
thomasthomas
Member

Well, I wanted to change the font style, not the font color. But anyway, your response with a combination of another one here lead me to this code which does the trick.

#primary-menu > ul.menu > li > a { font-family: Open Sans; }

CSS starts to look easy :). Thank you.