|
|
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 |
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.
|
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
|
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) |
| |||
| |||