This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
We require help to change the color of the asterisk of the required fields in checkout.
We have not managed to do it with the options of the Theme and neither in CSS customs
Please tell us if there is any way to do it
Thank you
Hello,
Thanks for the topic.
You may use this css code in Theme Options > Custom css or in style.css of child theme:
.woocommerce-checkout .form-row label abbr {
color: black;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up