Comments 1Anthony started the conversationJune 22, 2015 at 6:25pmQuestion in the image. 1Anthony repliedJune 22, 2015 at 6:31pmSolved the center issue... solution in the attached image, but how do you change color or remove transpenscy of the input field 8,851Tahir repliedJune 23, 2015 at 3:39pmHey 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 Like 1Anthony repliedJune 23, 2015 at 10:12pmI 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;} Sign in to reply ...
Question in the image.
Solved the center issue... solution in the attached image, but how do you change color or remove transpenscy of the input field
Hey Again,
Thanks
ThemeNectar Support Team
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;
}