Lead Capture Form Color Issues

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Feb 9, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Hi,

    When I change my style theme to from blue to green. I still have blue lead capture widgets throughout all the other pages. I added the lead form to show up on all pages besides blog and contact form. Please help! Thanks.
     
  2. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    here is picture
     

    Attached Files:

  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey!

    Lead capture is a plugin. It's not the part to theme so the color doesn't change when you change the theme color.
    Please provide us URL of your website so that we can provide your customized css code to change the color of lead capture.

    Thanks,
    Praveen
     
  4. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello!

    The url you have provided is not correct.

    Anyway we are providing you the css code but in future if you got any issue then please provide us the correct URL.

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

    Code:
    .signinformbox_wrapper {
    background: #41B173;
    }
    .signupform input[type="text"], .signupform input[type="email"], .signupform select {
    border: 6px solid #3ECE7E;
    }
    .signupform textarea {
    border: 6px solid #3ECE7E !important;
    }
    Thanks,
    Praveen
     
  6. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0

    Attached Files:

  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    First try this code.

    Code:
    .signinformbox_wrapper {
    background: #41B173 !important;
    }
    .signupform input[type="text"], .signupform input[type="email"], .signupform select {
    border: 6px solid #3ECE7E !important;
    }
    If this doesn't work then provide us your website wordpress login details at [email protected].

    Thanks,
    Praveen
     

Share This Page