Home › Forums › Support › Woocommerce cart page prefilled text color This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 25, 2022 at 1:45 am #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. November 25, 2022 at 4:14 am #2432752 DavidStaff 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; } November 25, 2022 at 4:15 am #2432760 Miia Thank you David! This worked. November 25, 2022 at 5:27 am #2432871 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In