Remove general error message

Hi,

For my registration form, if the field inputs are invalid, a red box will go around it and I think that’s enough. I want to remove this general error message:

https://the-triangle-club.myshopify.com/account/register

Thank you,
Chichi0114

1 Like

Hi @chichi0114

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.cf-form-actions .cf-error-message {
    display: none !important;
}

Here is the result:

I hope this helps

Best,

Daisy

1 Like

Hi DaisyVo,

Thank you so much, I tried to figure this part out for long.

Best,

Chichi0114