Customer sign up boxes are black and want them to be transparent

could someone help me change these black boxes to transparent.

When someone clicks on sign up they see these boxes

url is www.kidsgen.com.au

unless you have a solution to someone’s problems do not reply

Hi @Kidsgen ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

I realize this situation isn’t exactly what you’d hope for, but I’ve got a potential solution that I’d like to share with you:

  1. Go to Online Store → Theme → Edit code.

  2. Open your assets/base.css file.

  3. Add the code at the end of the file:

.field__input, .customer .field input {
    background: transparent
}

Best regards,

Anthony

1 Like

Thanks Anthony, that worked

I appreciate your help