CSS Rule Action
Changes or applies a specific CSS style rule directly to the selected element. This is similar to setting inline styles.
Useful for updating styles like margin
, padding
, border
, or any valid CSS property without writing custom code or editing stylesheets.
Action Settings
Option | Default | Type | Description |
CSS Property | Black | Text Field | The name of the CSS property to change. Supports standard and custom properties. |
Value | None | Text Field | The value to apply to the property. Supports CSS values and functions. |
Applied To
Select the source element where the action will originate. This determines which block or element will perform the specified action when triggered.