Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #24223
    Alyssa K
    Participant

    So I’m using Integrity Stack with Dark Design and the font color in text boxes such as contact forms is really dark. How can I fix this?

    Thank you

    #24514
    Christian
    Moderator

    Hey Alyssa,

    You can change the color using the CSS below.

    .wpcf7 select, .wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="time"], .wpcf7 input[type="week"], .wpcf7 input[type="number"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="color"] {
    color: white;
    }

    Hope that helps. 🙂

    #26829
    Alyssa K
    Participant

    Yes that worked, thank you so much!

    #26868
    Support
    Member

    Hey Alyssa,

    Your Welcome!

    Thanks

  • <script> jQuery(function($){ $("#no-reply-24223 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>