Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1299644

    Hello,

    I added your contact form and Google reCaptcha via individual html to my footer widgets (copy and pasted the code from the site builder plugins)
    My problem is that the background and text color is almost the same so that you can´t read what you write.
    Can you tell me how I can change the input text color of the containers?

    Thank you very much!

    #1299722

    Hey Patrick,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1299890

    Hello Jordan,

    the contact form I talked about is on our whole Website in the footer.
    I attached our WordPress login details so that you can have a look.

    Thank you very much!

    #1300082

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #custom_html-6 input, #custom_html-6 textarea {
        color: red;
    }

    Best regards,
    Rikard

    #1300657

    Hello Rikard and Jordan,

    thank you for the quick response.
    I added the Quick CSS under Enfold > Generel Styling. Unfortenately the input text color ist stil the same but the text color of the “send” button is changing.

    I hope you have another idea, thank you very much in advance!

    Best regards,
    Patrick

    #1300912

    Hi Patrick,

    Please try this CSS instead of what I posted previously:

    #custom_html-6 input, #custom_html-6 textarea {
        color: red !important;
    }

    Best regards,
    Rikard

    #1300924

    Hello Rikard,

    this CSS worked, thank you very much!

    Best regards,
    Patrick

    #1300953

    Hi Patrick,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Contact form input text color’ is closed to new replies.