Capitalized Headers & Menu – Can't change in CSS

Hi There,
Our dev site at http://realstyle.4imsdev.com/ has capitalized main menus and headers, we'd like this to be Initial Cap but can't figure out how to do it.  We searched the boards but couldn't find anything mentioning capitalization. Please help! Thank you!

Comments

  • Hey,

    your menu items and headings are all big letters because this is what you have in code. You should change texts to smaller letters first and then please use below css:
    h1, h2, h3, h4 { text-transform: capitalize !important; }
    #Top_bar .menu > li > a span:not(.description) { text-transform: capitalize !important; }
  • Oh thank you so much! I couldn't figure that out for the life of me but it ended up being so simple, the demo came with the letters capitalized in the editor, it wasn't the code at all. Thank you!
Sign In or Register to comment.