CSS

CSS

CSS options comes under this tab.

Available Options:

CSS

CSS

Field Label

Field Type

Short Code Attribute

Default Value

Available Values

Description

Custom Class

text

class

-

-

Add a custom class to button. This will help in adding custom styles using this class.

Custom CSS

css editor

css

-

-

Add custom css like -

padding: 40px;

And not like

.class { padding: 40px }