Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Don’t edit plugin code. Use placeholder.

    Setting Placeholder Text

    Thread Starter keyaspects

    (@keyaspects)

    Thanks.

    Just incase anyone wants to style the placeholder text (to change from the grey) use the following in your css

    ::-webkit-input-placeholder {
       color: #a3c525;
      }
    
      :-moz-placeholder { /* Firefox 18- */
         color: #a3c525;
      }
    
      ::-moz-placeholder {  /* Firefox 19+ */
         color: #a3c525;
      }
    
      :-ms-input-placeholder {
         color: #a3c525;
      }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form 7 on focus text field erase, for version 3.4.2’ is closed to new replies.