- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Change the color of the text box of contact forms without changing paragraph theme color.
Hi,
I'm trying to change the input text's color from the light blue to a black. I don't want to change the color via Theme Color because a lot of my text on the other parts are that color and I don't want to have to go back and change all of those colors. Here is my website, the contact form is in the footer. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi @csulbcki It might be possible to do this with some css/html code, but I'm not familiar with what you would need to use. You can post a direct link to the page with the form and another user on here might be able to help you out.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
To do this, find the following exact block of code:
.wsite-form-input,
.wsite-search-element-input {
margin-bottom: 10px;
padding: 8px !important;
height: auto;
background: #eeeff1;
color: #274472;
border: none;
border-bottom: 1px
If you change the line indicated above in bold to read color: #000000; it should show the inputted text as black. Don't change anything else! Save & Publish.
Hope this helps, Gary

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thank you for always being so helpful, Gary. We truly appreciate you and all the work you do!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report