form borders


Author Message
Andrea

Posted: 9/26/2014
Quote message 

Hi,

I've created a theme for my website and I've installed the plugin Contact Form 7, so to have a contact form.

Everything works fine, but I'm not able to find where artisteer sets the color of the borders of the fields of the form (I'm sure it's an artisteer setting since the same color is set with another form - plugin).

I've tried to see the css file using the key "form" but the color I've found doesn't match the one I see on my page - as well I've tried to see the controls panel on artisteer... but with no solution... :*)

Could you please help me?

Thank you!
 
Ovlas

Posted: 9/26/2014
Quote message 

You should find it here (style.css):

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
background: #F9FAFB;
border:1px solid #006699; <------ this is the settings you have to edit
margin:0 auto;

(but I've no idea how you can do it by artisteer main program - I'm curious!!!)