Viewing 3 replies - 1 through 3 (of 3 total)
  • It depends on how the site is coded — both html and CSS. If you post a link to your site someone can likely give you more specific help.

    It’s in the css, i’m pretty sure this is it (line 249 – the last below)

    /* Root Menu */
    ul#nav a {
     padding:5px 12px;
      text-align:center;
      /*padding-left:32px;*/
      float: none !important; /*For Opera*/
      float: left; /*For IE*/
      display: block;
     font-size:20px;
     color:#392217;
      text-decoration: none;
      height: auto !important;
      height: 1%; /*For IE*/
      text-transform:capitalize;
    }

    change text-transform to have the value “none” (text-transform:none;) and see if that does it

    Thread Starter charmredux

    (@charmredux)

    It worked – thank you so much! I spent hours trying to figure out what line to change, I had no idea it was that simple. Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Capital letters in Wood is Good’ is closed to new replies.