• Resolved Ed

    (@eochoa)


    My site has dark and light mode option when on dark mode the input test is dark, how to achieve that when on dark the input is white and when on light mode the input is dark. is it possible? can anyone help me on this? thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @eochoa

    I hope you are doing good today.

    Are you able to share your site URL and let us know is there a dark/light mode switch there, so that we could check the source and see can we provide any kind of CSS solution which can help here?

    Also, if you use any free dark mode plugin for that, please share the name in your next reply, so we could test that on our lab site.

    Kind Regards,
    Kris

    Thread Starter Ed

    (@eochoa)

    Hi kris,

    thanks for your reply reall appreciate it. here’s the site – https://t3zmania.com/contact/

    also i notice on the contactform7 here’s the sample form, i don’t know if that’s gonna help.

    <div class="qodef-standard-form">[text* your-name placeholder "Name"]
    [email* your-email placeholder "E-mail"]
    <label><span class="qodef-offset-label">Message</span>
        [textarea* your-message] </label>
    [recaptcha]<br>
    [submit "Send"]</div>
    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @eochoa

    Thank you for the link.

    Could you try this CSS?

    .qodef-skin--black .forminator-ui textarea,
    .qodef-skin--black .forminator-ui input{
        color: #fff !important;
    }

    https://monosnap.com/file/EDgnQ9UwF9LCRBYYeVbaYitWivF4ai

    You can add to WordPress > Appearance > Customise > Additional CSS or Forminator > Form > Appearance

    Best Regards
    Patrick Freitas

    Thread Starter Ed

    (@eochoa)

    Hi Patrick,

    That did the trick add to WordPress > Appearance > Customise > Additional CSS – it works like a charm.

    Thank you so much really appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Dark and Light Mode’ is closed to new replies.