Viewing 3 replies - 16 through 18 (of 18 total)
  • You can add the following code to your Custom CSS field, under Form Options in Optin Forms:

    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #dd3333;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #dd3333;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #dd3333;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #dd3333;
    }

    Make sure you change the HEX values.

    I’ve tested it and it works ??

    Thread Starter myideasagain

    (@myideasagain)

    Terrific! Works. Thank you, Boris!

    You’re welcome ??

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Change text color of label 'Enter your email here'’ is closed to new replies.