Okay
  Public Ticket #1324186
Text color on contact 7
Closed

Comments

  • tarahridesabike started the conversation

    I am trying to determine which color setting the text input into the contact form boxes is pulling from. I would like it to be black, but it appears to be a dark gray. Thanks!

  • buildarchviz replied

    I have the same question. Want to change the color of the input fields in the contact form to white. But only these fields., not headlines or lines. 

  •  9,016
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

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

    Thanks


    ThemeNectar Support Team 

  • tarahridesabike replied

    Perfect--thank you!