How can I change the color beyond the default colors that are available? I would like the form to have the header and button be #FACE2D
Hi, Code: .inkleadsform ul.inkleadsul li h2.heading { background: #FACE2D !important; } .inkleadsform .signinForm ul.inkleadsul li input[type="submit"] { background: #FACE2D; border:1px solid #FACE2D; } Thanks, Praveen