Viewing 1 replies (of 1 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hi

    please don’t edit a theme file to include your own css, please add it from the customize section > additional css

    About your question, you could replace

    /*scotts edits*/
    input[type=”text”],
    input[type=”email”],
    input[type=”textarea”],
    input[type=”text-area”],
    textarea
    {
    background-color: #cbcbcb;
    border:1px;
    border-color: #000000;
    }

    with

    /*scotts edits*/
    input[type=”text”],
    input[type=”email”],
    input[type=”textarea”],
    input[type=”text-area”],
    textarea
    {
    background-color: #cbcbcb;
    border:1px;
    border: solid 1px #000000;
    }

    Have a nice day

    Alex

Viewing 1 replies (of 1 total)
  • The topic ‘form input fields’ is closed to new replies.