Before you ask please READ THIS

Cufon uppercase

edited October 2012 in Airlock Posts: 29
Hello,
I can't find i can have the cufon h1 in uppercase on this page
http://alexis-boyer.com/blog-2/

where should i search?

Thank you
Post edited by Air on

Comments

  • AirAir
    Posts: 10,970
    Best to search for such things in firebug or console in Chrome :-)
    airlock/common/css/style-light.css ~414

    h1.page-title {
    color: #333333;
    font-size: 36px;
    font-weight: normal;
    }
    add

    text-transform: uppercase;
    With regards.
  • Posts: 29
    Hey,
    Thank you, i did it in chrome console, it didnt work so i thought it wouldnt work if i did in the css. I will try that thanks
  • Posts: 29
    It works great thank you
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!