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
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