Lead capture plugin help

Discussion in 'General InkThemes Discussion and Feedback' started by ferdiworks, Jul 28, 2013.

  1. ferdiworks

    ferdiworks New Member

    Joined:
    Apr 7, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    Spring Hill, FL
    I have the lead Capture plugin, how do I customize the color options for button and top of form color? In your example and pictures you show different colors with buttons and top color. I do not see anywhere in plugin admin to change colors!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .inkleadsform ul.inkleadsul li h2 {
    background: your color value;}
     
    .inkleadsform .signinForm ul.inkleadsul li input[type="submit"]:hover {
    border: 1px solid your color value;
    background-color: your color value;
    background-image:none;}
    .inkleadsform .signinForm ul.inkleadsul li input[type="submit"] {
    border: 1px solid your color value;
    background-color: your color value;
    background-image:none;}

    Add your color code in place of "your color value"
     

Share This Page