Box Outlines Missing On My Contact Form Page (DawnTheme)

Hi,

For some reason this has changed and can’t seem to modify it in the theme editor anywhere.

It is on my ‘sign up for newsletter’, input field also on my homepage footer

Please can anyone help?

https://www.generationaudio.co.uk/pages/contact

and footer:

https://www.generationaudio.co.uk/

Thanks Scott

Hi @Gen-Audio ,

Please follow these steps to add the outlines back:

  • Go to Admin > Online Store
  • Click Actions > Edit Code, on the theme
  • In the assets folder, open the base.css file
  • Copy this code at the end of the file:
textarea.field__input, input.field__input {
border: 1px solid #dfdfdf;
}

@Developden

Worked straight away thank you!!!