Change Lead Capture Title Font Size and Color

Discussion in 'Local Business WordPress Theme' started by jwagstaff, Jan 12, 2013.

  1. jwagstaff

    jwagstaff New Member

    Joined:
    Jan 6, 2013
    Messages:
    1
    Likes Received:
    0
    Howdy, what is the custom css code to change the font size and color of the title text in the lead capture form?



     
  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{
    color:red;
    font-size:21px;
    }
    
     

Share This Page