• Resolved willmorcos

    (@willmorcos)


    Hello

    How do I change the colour of the text when its entered into the fields to black text.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Shahid Mansuri

    (@shahidmansuri123)

    Hello willmorcos

    Please add the following CSS code in the custom CSS field.

    .woocommerce form .form-row input.input-text, 
    .woocommerce form .form-row textarea {
        color: #000;
    }

    Thank You

    Thread Starter willmorcos

    (@willmorcos)

    Thank you Shahid.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text colour’ is closed to new replies.