• Resolved arjen1991

    (@arjen1991)


    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.

    • This topic was modified 5 years, 10 months ago by arjen1991.
Viewing 1 replies (of 1 total)
  • Sean Cull

    (@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.

Viewing 1 replies (of 1 total)
  • The topic ‘Change asterisk color required field’ is closed to new replies.