Can I have Small letters on top-navagiation ?
November 2012 WordPress Theme
http://vihreaplaneetta.fi/My customer wish to have the top navigation like this:
Etusivu, Valokuvat etc.
Not like it is now:
ETUSIVU, VALOKUVAT etc.
How can this be done?
Pekka
-
- Junior Boarder
Hi,
In css/wp.css file (around line 43) find selector:
- Code: Select all
#main-menu > li > a
and delete property:
- Code: Select all
text-transform: uppercase;
-
- Moderator
-
- Junior Boarder