Hi,
I realized that when the input entered is invalid/incorrect, the input fields are highlighted with a red box. The problem. with that is that the beige text becomes difficult to read, is there a way to change the text colour to navy – but only when the red box is there.
Thank you,
Chichi0114
Hi @chichi0114
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
.cf-field[data-cf-field-type="email"]:has(ul.cf-field-errors) > label {
color: #003263;
}
Here is the result:
I hope this helps
Best,
Daisy
1 Like