Main issue: Remove borders from contact form input fields (keep only a bottom line) and hide the placeholder text on focus. OP notes borders reappear when clicking/focusing the field.
Key actions/solutions:
Store preview URL and password were provided so others could inspect.
A helper suggested adding custom CSS in theme.liquid (above ) and shared a result screenshot showing simplified inputs. OP replied that borders return on focus.
Another helper provided a focused-state fix targeting Shopify’s default focus style: add in theme.liquid
.contact .field__input:focus { box-shadow: unset !important; }
This aims to remove the focus box-shadow that looks like a border.
The first helper said their reply was updated (details not visible in the snippet). Images illustrate both the current and desired look.
Status:
No confirmation yet that the focus border issue is fully resolved.
The request to hide placeholder text on focus has not been explicitly addressed with code.
Discussion appears ongoing; no accepted solution noted.
Summarized with AI on December 20.
AI used: gpt-5.
Hi. I want to remove border from my input fields. I want only bottom line . i have tried some css but when i click in the input field border again comes. can you please help me with this?
Hello @Danish864
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.