• Resolved kandongxi

    (@kandongxi)


    Hi all,

    Can someone help me change the font of the navigation bar in the twentyten theme? i.e. the bar with Home, About etc that sits under the header. I’m new to CSS and can’t isolate it.

    My blog is hosted on wordpress @ http://kandongxi.wordpress.com

    Cheers
    Fu

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kandongxi

    (@kandongxi)

    I should mention that I have CSS-editing functionality on my blog.

    What do you want to change?

    NOTE: WordPress.com blog support should be directed to WordPress.com

    Just an FYI, i don’t mind helping ..

    Try styling the following

    .menu ul { /* your css */ }
    .menu ul li { /* your css */ }
    .menu ul li a { /* your css */ }

    The last one would be appropriate for changing the font in the menu items.

    Thread Starter kandongxi

    (@kandongxi)

    Oops sorry, I’ll keep that in mind for the future. The tip worked perfectly, thanks t31os_!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Ten – Changing Navbar Font’ is closed to new replies.