Shopify themes, liquid, logos, and UX
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???
https://3qclwx31hb6khaqa-56842748069.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
@bp23,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:
<style>
input:focus,
input:active{
outline: unset !important;
border: unset !important;
}
</style>
Kind regards,
Diego
This is an accepted solution.
@bp23,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:
<style>
input:focus,
input:active{
outline: unset !important;
border: unset !important;
}
</style>
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!!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024