Viewing 1 replies (of 1 total)
  • Thread Starter Mickey1979

    (@mickey1979)

    fount the problem
    i copy below code to my child retina them and delete “inline: none”
    with this information i could change the size of the fields and more.
    input[type=”text”],
    input[type=”password”],
    input[type=”email”],
    textarea,
    select {
    font-family: ‘Open Sans’, sans-serif;
    font-size: 13px;
    color: #2f2f2f;
    background: #fff;
    border: 1px solid #e7e7e7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 4px;
    display: block;
    margin: 0 0 20px 0;

    }

Viewing 1 replies (of 1 total)
  • The topic ‘contact form 7 outline gold color’ is closed to new replies.