- Go to Admin Panel > Settings > All Settings > Custom CSS
- Paste the below code in Customer App, Delivery App, Store App Custom CSS
.main-container-desktop {
background: -o-linear-gradient(135deg,
#f44336,
#ef5350,
#ffca28,
#9ccc65);
background: linear-gradient(-45deg,
#f44336,
#ffca28,
#42a5f5,
#42a5f5);
}
- Then Click Save Settings.