Changing label color. - by Braber - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler

  • Avatar: Braber
    Braber
    Participant
    January 7, 2020 at 17:16

    I would like to change the label color which is white right now.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: John Holden
    John Holden
    Support staff
    January 8, 2020 at 05:22

    Hi,

    Please use below code

    form.wpcf7-form label {
        color: #F9CE33;
    }

    Regards,
    Hung PD

    Avatar: Braber
    Braber
    Participant
    January 8, 2020 at 13:09

    Thanks, but I meant the white placeholder where the text input needs to come

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 8, 2020 at 15:46

    Hello,

    .wpcf7-form ::placeholder, .wpcf7-form input,
    .wpcf7-form textarea { 
      color: red;
      opacity: 1;
    }

    Regards

    Avatar: Braber
    Braber
    Participant
    January 8, 2020 at 23:29

    The thing changing now is the text color, but I want the background of the placeholder in another color.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2020 at 08:39

    Hello,

    I hope this is what you are looking for

    .wpcf7-form input, .wpcf7-form textarea {
        background-color: #222;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.