increasing heading size and color

Discussion in 'HTML & Website Design' started by sixrfan, May 23, 2011.

  1. #1
    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.
     
    sixrfan, May 23, 2011 IP
  2. sebasago

    sebasago Peon

    Messages:
    206
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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):
     
    sebasago, May 23, 2011 IP
    sixrfan likes this.
  3. sixrfan

    sixrfan Well-Known Member

    Messages:
    354
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    got it. thanks!
     
    sixrfan, May 23, 2011 IP