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 Users Found This Useful
Was this answer helpful?