Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #284366
    Mike Morris
    Participant

    No matter what I have tried so far in the Colors area, I seem to be stuck with a white text color for this form. Naturally, I cannot see anything I am typing in the field. Can you advise?

    #284367
    Mike Morris
    Participant

    Update: this only seems to affect the homepage. Going to directly to the Contact page, the text field text is black.

    #284381
    Skandha
    Participant

    @delgrundy: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #contact-section input, #contact-section textarea {
        color: #000 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text field color in Contact Form’ is closed to new replies.