Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter Interpolat Solutions

    (@jmdziba)

    Ok, I think I will go ahead and throw that code into my custom css, unless you strongly advise against it for some reason?

    In the case I add it to my custom css, would that be like this?

    input[type=password], input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=date], input[type=range], select, textarea {
    margin-bottom: 10px;
    padding: 7px 15px;
    border: 1px solid #e0e1e1;
    background-color: #fbfcfc!important;
    }

    Plugin Author m.tiggelaar

    (@mtiggelaar)

    Well usually it’s best to avoid !important, but it’s not that problematic so whatever you think suites your situation best you can go with

    in that case you can put in:
    input[type=password], input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=date], input[type=range], select, textarea {
    background-color: #fbfcfc !important;
    }

    Thread Starter Interpolat Solutions

    (@jmdziba)

    Thank you so much for all your help on this. Greatly appreciated.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Text Box and Buttons’ is closed to new replies.