Hi.,
Kindly add the below given code in your “Dashboard -> spa-treats -> Integration -> Custom css” and change the gradient color as per your needs.
body { background-image: -ms-linear-gradient(top, #FFFFFF 0%, #57D2FF 100%); background-image: -moz-linear-gradient(top, #FFFFFF 0%, #57D2FF 100%); background-image: -o-linear-gradient(top, #FFFFFF 0%, #57D2FF 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #57D2FF)); background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #57D2FF 100%); background-image: linear-gradient(to bottom, #FFFFFF 0%, #57D2FF 100%); }
.home #main { background: none; }