please advise how I change the heading size and color on this page of "GUZZO + GUZZO ARCHITECTS" that's in the top left. i tried applying the following CSS but that did not work: cufon cufontext {color:#FFF !important; font-size:30px !important;} Code (markup): please advise. thanks in advance.
Looks to me like that title is wrapped in an <h1> so you'd have to change this tag.... div.header h1 {color:#FFF !important; font-size:32px !important; margin-top:90px !important;} Code (markup):