design format

I believe there is a simple solution here using the Vellum theme. I have grey surrounding my Header, Body and Footer, I want to bring this together. Have a look https://interlinkedi.flywheelsites.com/

Hi @edwardd11,

You can try with this css:

body {
  background-color: #fff !important;
}

Thanks