Upon clicking on the search button (or any form field) the borders of the field light up blue on SOME but not all devices. I think it’s whatever is the default of the device. Is there a way I can set this to be black when the fields are selected on ALL devices???
@bp23 ,
- In your Shopify Admin go to online store > themes > actions > edit code
- In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
- paste this code right above the tag:
Kind regards,
Diego
- @diego_ezfy *amazing! this got rid of the border completely when selected into any field. Is there a way to specifically set it to always be black???
@diego_ezfy disregard. I just deleted this line and it’s all good! thank you SO MUCH!
border: unset !important;
Whew worked so well!! thank you!!
