bricks_update_theme_styles
Update global theme styles in Bricks Builder, with support for responsive breakpoints (tablet, mobile) using merge mode.
Instructions
Update Bricks Builder global Theme Styles. Supports merge mode (default). Bricks 2.3: Supports responsive breakpoint keys — include ":tablet_portrait" and ":mobile_portrait" nested keys for breakpoint-aware theme styles (e.g. responsive heading sizes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merge | No | If true (default), merge with existing styles. | |
| theme_styles | Yes | Object with style name(s) as keys and their settings as values. Bricks 2.3: Supports responsive keys like { "headings": { "h1": { "_typography": { "font-size": "64" }, ":tablet_portrait": { "_typography": { "font-size": "42" } }, ":mobile_portrait": { "_typography": { "font-size": "32" } } } } } |