Okay
  Public Ticket #2553256
Contact Form Colours
Closed

Comments

  •  3
    cf started the conversation

    Hi, how can I change the colour of the contact form fields, and outlines if also customizable?

  •  2,965
    Andrew replied

    Hi there,

    Add the following custom css in Salient > General settings > CSS/Script related:

    input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea {
        color: white !important;
        background: black !important;
    }
    

    Thanks.