You can change your Website’s Color Scheme in an instant. You simply need to set the your Color Code in the css/custom.css
file using the following code:
:root {
--cnvs-themecolor: #83b341;
--cnvs-themecolor-rgb: 131, 179, 65;
}
--cnvs-themecolor-rgb
is mandatory as some Elements uses this variable. Simply covert your HEX/RGB Colors here.
Last Modified: April 12, 2023