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?
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
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
here you are
https://valajewels.com/
fotrai
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 ![]()