• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » change input text color or input table color of Contact page
change input text color or input table color of Contact page
terminasyanarmen
Posts: 20
Reputation: 0

Message # 1 | 10:52 AM
How can I do it? I've set my background color of the site to a dark one and the text color to white, as the table background color of the Contact page (Email forms) is white, the inputted text cannot be read right now.
steven4u
Posts: 81
Reputation: 8

Message # 2 | 12:38 PM
Go to Design - Design Management (CSS)

Find this code (it should be around line "353")

Code
input[type="text"],input[type="password"],textarea {
padding: 4px 10px;
border: 1px solid #ededed;
background: #fff;
font-size: 13px;
}


and replace it with this one : ( I've just added a color parameter and set it to black )

Code
input[type="text"],input[type="password"],textarea {
color: #000;
padding: 4px 10px;
border: 1px solid #ededed;
background: #fff;
font-size: 13px;
}


Enjoy.

A person who never made a mistake never tried anything new
Post edited by steven4u - Thursday, 2015-11-19, 12:42 PM
terminasyanarmen
Posts: 20
Reputation: 0

Message # 3 | 9:45 PM
Great, thanks.
PS. Please remove that image, it has my personal phone number. I just put it there as placeholder. (I've edited the message - bigblog)
uCoz Community » For Webmasters » Design Customization » change input text color or input table color of Contact page
  • Page 1 of 1
  • 1
Search: