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