Main lead capture area

Discussion in 'Local Business WordPress Theme' started by gypsygal, Oct 29, 2012.

  1. gypsygal

    gypsygal New Member

    Joined:
    Sep 18, 2012
    Messages:
    22
    Likes Received:
    0
    How do i change the font in the main lead capture area [above the fill in boxes]
    AND how do I get rid of the shadow on the font?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signup .signupleft .signupinfo h1 {
    text-shadow: none!important;
    font-family: symbol!important;
    }
    Inplace of "symbol" put your font type.
     

Share This Page