Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24531

    Hi,

    I have two contact forms on my website (located at http://www.manukai-education.com). The one on my “Contact Us” page is fine but the one on my homepage is not. If you look at my website you’ll see that the font color on the contact form at the bottom of the page is too dark for the background. How do I change the font color for the form so that the words above each field and the “Message Sent” message that appears after the form has been filled out and sent, show up in white? I’m new to a lot of this so the more basic your answer the better. Thank you!!!

    #123755

    Hi!

    Please insert following code into the quick css field and change the color value if necessary:

    .home .ajax_form fieldset{
    color: #999;
    }

    Regards,

    Peter

    #123756

    hello, i was also looking for this one. unfortunately in my case, this does not change the font in the fields.

    any idea?

    http://tinyurl.com/mu3es7o

    thanks

    #123757

    Hey!

    Try

    .ajax_form fieldset{
    color: #999;
    }

    or

    .ajax_form fieldset{
    color: #999 !important;
    }

    Best regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Contact Form Font Color’ is closed to new replies.