• Resolved mendo09

    (@mendo09)


    Hi,

    I am having trouble changing color of field text in forms I am using for website. Any ideas how I can change color to be white instead of grey?.

    thank you in advance,
    Mendo

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Some basic CSS should work. What’s the link to the page in question that is displaying the form?

    Thread Starter mendo09

    (@mendo09)

    Hi,
    Thank you for quick answer. Link to the page is https://www.arceglobal.com

    Also, I just updated constant contact form to the latest one, and there is now extra input field called “Constant contact use”, I have no idea how this appeared?. ?? also after updating my version to newest one, I don’t receive e-mails about capturing the new information nor are client information saved to my client lists anymore.. previous version worked for me just fine.

    br,
    Mendo

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    dropping something like the following in the Customizer Custom CSS location should help, at bare minimum:

    .ctct-form-wrapper label, .ctct-disclosure {
        color: #fff;
    }
    

    Regarding that field, part of the 1.3.2 release had me move some CSS from inline to the frontend form. Once some caches clear, that should disappear again. It’s a field that’s meant to be hidden for humans, and is part of our spam prevention attempts. For what it’s worth, I didn’t see it when I clicked the link.

    Thread Starter mendo09

    (@mendo09)

    Hi, true it is now hidden after I cleared all the history from my browser.. nice.. ?? anyways, another question will that code affect all the forms, or only the one in frontpage? because I am having two forms. one is in Homepage and one is contact page (https://arceglobal.com/contact/) I know it is silly to have it in two places. but anyways in contact page field text is perf. Black and all visible, the problem is I want to change the color of those field only in frontpage. ??

    thank you so much for really quick and great customer support. ??

    cheers,
    Mendo

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    To have it affect JUST the homepage, change the selector to .home .ctct-form-wrapper label, .home .ctct-disclosure { ... }

    Thread Starter mendo09

    (@mendo09)

    Thank you! That helped. :))

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Welcome.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change the color of Field names in forms’ is closed to new replies.