How do I uncapitalize the navigation bar in Thesis Theme – Code Snippets for Thesis

The WordPress Thesis Theme is great but I don’t always like being stuck with all capital letters in the navigation bar for the navigation tabs.  A little CSS will take care of this.  Just add this piece of code to your custom style sheet.  Here is how you change your navigation bar in Thesis so you do not have all capital letters in the nav bar tabs.

This code only capitalizes the first letter of the tabs in the navigation bar in Thesis Theme;

ul#tabs li a {text-transform: capitalize;}

This code does not capitalize any letter in the nav bar tabs for WordPress Thesis Theme;

ul#tabs li a {text-transform: lowercase;}

Hope these code snippets have your WordPress for Thesis Theme Rocking

{ 1 comment… read it below or add one }

Christine March 1, 2010 at 6:45 pm

Where in the code do you put this?

Leave a Comment


Previous post:

Next post: