Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
Could anyone help? The boxes on my contact form are very bright and not very noticeable for the customers. Can these be made a bit darker?
Using Dawn theme:
https://www.generationaudio.co.uk/pages/contact
Thanks 🙂
Solved! Go to the solution
This is an accepted solution.
hey @Gen-Audio
If the theme has no setting to update the color then you need to change the color from the base.css or if you have a custom css file then you can add this in that file.
textarea.field__input, input.field__input {
border: 1px solid #484848 !important;
}
This is an accepted solution.
hey @Gen-Audio
If the theme has no setting to update the color then you need to change the color from the base.css or if you have a custom css file then you can add this in that file.
textarea.field__input, input.field__input {
border: 1px solid #484848 !important;
}
This worked perfect! Applied the css in the form. Thanks for your time, much appreciated 🙂
I added it directly to the Contact page in the Custom CSS section and it worked perfectly. Thank you for your time and expertise.