Okay
  Public Ticket #463149
Contact 7 Button and Input Field
Closed

Comments

  •  1
    Anthony started the conversation

    Question in the image.

  •  1
    Anthony replied

    Solved the center issue... solution in the attached image, but how do you change color or remove transpenscy of the input field

  •  8,851
    Tahir replied

    Hey Again,

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

    .container-wrap input[type=\"text\"], .container-wrap textarea, .container-wrap input[type=\"email\"], .container-wrap input[type=\"password\"], .container-wrap input[type=\"tel\"], .container-wrap input[type=\"url\"], .container-wrap input[type=\"search\"], .container-wrap input[type=\"date\"] { background-color: #fff !important; }

    Thanks


    ThemeNectar Support Team 

  •  1
    Anthony replied

    I just wanted to update this for other people... you need to change the font type, so I added ...

    .container-wrap input[type=\"text\"], .container-wrap textarea, .container-wrap input[type=\"email\"], .container-wrap input[type=\"password\"], .container-wrap input[type=\"tel\"], .container-wrap input[type=\"url\"], .container-wrap input[type=\"search\"], .container-wrap input[type=\"date\"] {

    color: #697689 !important;

    background-color: #fff !important;

    }