x

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.

1,212 Views
Message 1 of 4
Report
3 REPLIES 3
Square

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. 

1,197 Views
Message 3 of 4
Report

@csulbcki 

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

1,190 Views
Message 5 of 4
Report
Square

Thank you for always being so helpful, Gary. We truly appreciate you and all the work you do! Heart

1,183 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.