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!
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"