Okay
  Public Ticket #2625486
Pink Text
Closed

Comments

  • SpanishEasternDistrictAG started the conversation

    I'm getting pink text in the area where people an enter code. I wanted to know how I can change this with YellowPencil Plugin. It's not letting me but I'm able to change everything else. Please advised. 

  •  435
    David replied

    Hi,

    that's something our plugin can't edit.

    You should add this to custom CSS area on your website and change the color to what you want to.

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: red;
      opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: red;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
      color: red;
    }

    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!