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 ![]()
A user needed help making the input field borders more visible on their contact form, as the default styling in the Dawn theme made them too light and hard for customers to notice.
Solution provided:
.field__input class!important to override existing stylesOutcome:
The issue is resolved with a working CSS customization.
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 ![]()
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.