Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1204768
    onefoursix
    Participant

    re: http://146test2.co.uk/beerg/contact/

    I would like to change the colour of the text that shows as you type in the contact form please to white.

    #1204787
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .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. 🙂

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