change menu font – yoko theme
-
Hi Guys,
I would like to change the font of the main menu.
(different font and the color of the page name when the page is active)
I tried codes like:
.menu {
font-family: font-family: ‘Droid Sans’, arial, sans-serif;
}#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
color: #98DDC9;
}But I guess this is for a different template…
Can anyone help me to find the right section in the stylesheet? or code…thanks!
kimThe blog I need help with is: (visible only to logged in users)
-
excuse me: the question above whas not for mikmakwinkel.wordpress.com but for kdvpimpampet.wordpress.com
-
-
Here is an example for changing the font for the main menu in the Yoko theme:
#subnav { font-family: monospace; }Note that you should replace “monospace” with a font stack of your choice:
http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/ -
Is there any way that the Yoko theme could be changed so that the font size remains the same throughout?
- The topic ‘change menu font – yoko theme’ is closed to new replies.