CSS

CSS options comes under this tab.

Available Options:

CSS
Field LabelField TypeShort Code AttributeDefault ValueAvailable ValuesDescription
Custom Classtextclass--Add a custom class to button. This will help in adding custom styles using this class.
Custom CSScss editorcss--

Add custom css like -

padding: 40px;

And not like

.class { padding: 40px }