How can I fix or replace the 'Create Account' error message?

“Error” pops up when customers try to set up an account. Is there a way to remove or replace “Error”?

Hi @nconner

You can add the below css code in custom.css

Online Store > Themes > Actions > Edit Code > Custom.css

.template-customers-register .form-status__message--error span { display: none; }