Lead Capture & Custom CSS

Discussion in 'Infoway WordPress Theme' started by egillott, Dec 28, 2013.

Thread Status:
Not open for further replies.
  1. egillott

    egillott New Member

    Joined:
    Dec 20, 2013
    Messages:
    3
    Likes Received:
    0
    Hi! Thanks for creating such a wonderful theme.

    I've been trying to apply all of the suggestions from this forum for my problem, but I'm still having trouble changing:

    1. background of my Lead Capture Form heading and button from black to match the yellow theme option
    2. size of the entire form to make it smaller

    http://www.savesthedaysolutions.com

    Cheers!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .signupForm .heading {
    background: #e7a007;
    }
     
    .signupForm .signinForm input[type="submit"] {
    background: #e7a007;
    border-radius: 4px;
    }
     
    .signupForm .signinForm input[type="submit"]:hover {
    background: #e7a007;
    }
    
     
  3. egillott

    egillott New Member

    Joined:
    Dec 20, 2013
    Messages:
    3
    Likes Received:
    0
    Thanks so much, Gourav!
     
Thread Status:
Not open for further replies.

Share This Page