How to change the colour of the form border when pressed

Hi there, I would like to change the colour of the border form when pressed from blue to purple #825cff. How do I do that?

Added photo for reference. I would like to do this on every form box, is there a fast way to do this?

hii, @valajewels
Kindly share your store URL so,
I can solve your issue.
Thank You.

Hi there, https://valajewels.com/account/login is the URL from where that image was taken

1 Like

@valajewels

add the following code at the bottom of your assets/theme.css

.disclosure__toggle:focus, input:focus, select:focus, textarea:focus {
    border-color: #825cff !important;
}

Thanks!

Thank you for your help but it is still the same blue colour

@valajewels

Please share store URL!

Thanks!

here you are :slightly_smiling_face: https://valajewels.com/

@valajewels

Please share store password!

Thanks!

fotrai

@valajewels

add the following code at the bottom of your assets/theme.css

.focus-only:focus {
  outline: 2px solid #825cff !important;
}

I hate to be that person, but the colour hasnt changed :sob: