Forums
Home / Plugin: WooCommerce / Change asterisk color required field
(@arjen1991)
5 years, 10 months ago
Hi everyone,
I want to change the color of the asterisk at the required billing information fields. By default the asterisk is red. How can I do this?
Thanks.
(@seanreloaded)
Automattic Happiness Engineer
Hi there,
You could use a bit of custom CSS to change the color of the asterisk for the required fields on the checkout page.
For example, the following CSS code would change the asterisk color to yellow:
abbr.required { color: yellow; }
You can add it by going to Appearance > Customize > Additional CSS.