Change Default Color Scheme

Change Default Color Scheme

Open WHMCS > templates > digit > css > wdes-custom.css

Add the following code

:root {
  --main-gradient-color: #00c6ff;
  --secondary-gradient-color: #0072ff;
}

change the first and second gradient color to what you need.

  • color, schema
  • 3 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?