Site logo

[Support request] Woocommerce cart page prefilled text color

Home Forums Support [Support request] Woocommerce cart page prefilled text color

Home Forums Support Woocommerce cart page prefilled text color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2432514
    Miia

    Woocommerce prefills email address for logged in users on the cart page. I’d like to change the color of that text. How can I do this? I’ve found css for all the other text on the cart page but not for this.

    #2432752
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .woocommerce form .form-row input[type="email"] {
        color: #f00;
    }

    And if you want to specifically target its label as well:

    
    .woocommerce form .form-row label[for="billing_email"] {
        color: #0f0;
    }
    #2432760
    Miia

    Thank you David! This worked.

    #2432871
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.