Posted by michjems on

https://yesoid.co.uk/contact-us/

How can I remove the blue box that says

Note: Everything marked with a * is a required field.

Many thanks,

Michelle

2: Re: Remove the blue box (response to 1)
Posted by Joe Oldak on

You could add this into the Raw Header HTML in the theme options to hide it:

<style>
.contactEmail .alert-info {
  display: none;
}
</style>

Thanks

Joe