Change text color on "this user already exist

Solved

Change text color on "this user already exist

silenceclothing
Explorer
132 0 17

How do i make all the text white?

silenceclothing_0-1736772091692.png

 

Accepted Solution (1)

DaisyVo
Shopify Partner
3795 412 499

This is an accepted solution.

Hi @silenceclothing 

 

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.

 

form#create_customer > h2.form__message + ul * {
    color: white !important;
}

 

Here is the result: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
3795 412 499

This is an accepted solution.

Hi @silenceclothing 

 

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.

 

form#create_customer > h2.form__message + ul * {
    color: white !important;
}

 

Here is the result: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
silenceclothing
Explorer
132 0 17

Thankyou!