Change font color on Contact form

For name, email and heading for body of text OR background color of the entire contact form. 

The background is dark gray/black and the headings for each of the buttons is dark gray/black and I can't seem to get to an area to change the font color, or change the background color of the contact form.

Thanks, rv

4,018 Views
Message 1 of 20
Report
19 REPLIES 19
Square

Can you provide a link to the page that has your form, @rv? It's usually easier to figure out what to change when you can see it live.

4,010 Views
Message 21 of 20
Report

Thanks, for getting back to me, Adam.

I finally figured out how to change the background color, however, the top portion of the page - where I think an image was to go - I can't make go away.  I've tried to have the color blend in as much as possible, but it can still be seen.  Originally, the top matched the rest of my pages (by default), but the bottom half was black.  Put the contact form down there and that's what started this whole mess.

Any advice on fixing the top part would be appreciated.

https://www.ronilevalenza.com/contact.html

3,993 Views
Message 21 of 20
Report
Square

Ahh, glad to hear you figured out the form background. That top part looks like a header section - go to the Pages tab and select that page, then change it from header to no-header.

3,991 Views
Message 21 of 20
Report

Thanks, Adam, that worked.   Saw that before, but thought that the header was my name and the menu and all would disappear on me if I clicked on no header :~)

I've done sites that were all html coding, Coffee Cup, Drupal, Wix and now Weebly.  All have their little "quirks" and differences.  And, I admit, sometimes they get a little mixed up in this old brain.

Ronile

3,981 Views
Message 21 of 20
Report
Square

That's good to hear @rv! Smiley Happy

3,979 Views
Message 21 of 20
Report

Hi, I also have the same issue, I can't find where to change the color of my font in the contact form that I have put inside my header.  It is hard to see.  www.embodyfitnessclubs.com

3,753 Views
Message 21 of 20
Report

Hi @Condoleeza,

I went to your site but didn't see any issues. What page is the form on that is having issues? 

3,750 Views
Message 21 of 20
Report

On my home page, inside my header is a contact form.  The font is colored in white and gold which makes it hard to read.   I would like it to be black.  Is there a place that I control the font theme for contact forms?

www.embodyfitnessclubs.com

3,744 Views
Message 21 of 20
Report
Square

Not specifically for contact forms, since they use the same font colors and settings as other text on the site. You might be able to get around that by using something like this:

https://www.weebly.com/app-center/content-color-box?ref=ac-search

3,741 Views
Message 21 of 20
Report

Hi Adam,

Searching through the forums, I can't seem to find the CSS code to make adjustments to the fonts within Form Boxes. Specifically, the "Name" and "Email" titles for the input boxes.

Thankfully, this code works to change the color of the input boxes and input button. Would you please share the additional code snippet to make the final change so the form is congruently white?

<style>
.wsite-form-label {
    color: #ffffff !important;
}
.wsite-button .wsite-button-inner {
    background: #ffffff !important;
}

.wsite-form-input{
       background-color: #ffffff !important;
}
</style>

Thank you!

Nick

My website is: www.costaraslaw.com.

2,711 Views
Message 21 of 20
Report

What font are you changing the form field labels to? It's probably just a matter of adding that to the code you already have.

2,709 Views
Message 21 of 20
Report

Thank you for the response, BJ!

Looking to change the font color of form fields to white.

Although, ideally I'd prefer to remove the form fields altogether and add the titles inside the input text box. Are you familiar with how to do that?

For example, see the input boxes above the fold on this website: https://lewishowes.com/.

2,706 Views
Message 21 of 20
Report

That's more complicated (although I agree it looks better). Hmm... for a form that looks like that, I'd consider looking at form options in the App Center with the link above just to see. If there's one there it'll save you some trouble needing to try and style it.

2,696 Views
Message 21 of 20
Report

Great suggestion, thank you! Any apps you recommend?

Tags (1)
2,692 Views
Message 21 of 20
Report

I haven't personally used any, although looking through some of them these ones showed examples in the images where the label is part of the field itself:

https://www.weebly.com/app-center/easy-contact-form?ref=ac-search

https://www.weebly.com/app-center/form-builder?ref=ac-search

2,691 Views
Message 21 of 20
Report

Awesome! Thanks for the recommendations!

Tags (1)
2,688 Views
Message 21 of 20
Report

No prob!

2,686 Views
Message 21 of 20
Report

Color box doesn't work for me.  I definetly need to change the font color on my contact form.

2,361 Views
Message 21 of 20
Report
Square

I think the font color may be able to be controlled depending on where on the site you add the form. Can you please post a link to the page with the form? 

2,336 Views
Message 21 of 20
Report