Looks like the contact us form is broken, there is no border on the default state, I’d like it to look the same as the active state with an outlined input field. Anyone available to share a code to fix this?
Preview site link: https://43ms74auwfmcnnqj-55480647737.shopifypreview.com
Hello @jaimie2
Please use below code on assets → theme.css at the bottom to add border on inputs by default
.contact-form input,.contact-form textarea {
border: 1px solid #244c94 !important;
}
Hello @jaimie2 ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team


