Creating Themes using Variables

For creating customized themes, users must have a great deal of knowledge on CSS and SASS. Variables serve as an integral part of SASS. To create themes using Variables, perform the following steps.

  1. Click Variables tab and click the text field to enter the coding requirements of Variables. The following code snippet and screen shot serve as good references. 

$btnGradColor1: #5316b1;
$btnGradColor2: #951313;
$btnFontSize: 1.5rem;