Homepage contact form Title color change

Discussion in 'Local Business WordPress Theme' started by bwdaugherty, Dec 27, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    There seems to be a blue duplicate text behind the homepage contact form title. I would like to either:
    1.) remove it and change the color of the white text (as depicted in attached photo) #FADD9B
    or
    2.) change the blue to white and make the white text #FADD9B

    Thanks for all the help!
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .signup {
    background: white;
    }
    .signup .frontpage_leadcapture .signupleft .signupinfo h1 {
    color: #FADD9B;
    }
    Thanks & Regards
    Pramod
     

Share This Page