Applying Theme Style Inheritance
This feature was introduced in v3.16.0
Stackable blocks are designed to automatically inherit styles from your block theme, helping you create a more consistent and efficient website design, without additional styling work.
Theme Style Inheritance means Stackable blocks (like buttons, headings, columns, and more) now inherit the styles set by thetheme.json
file of your theme. This makes Stackable blocks look and behave more like native WordPress blocks.
Enabling Theme.json Support
For new installations of Stackable, Theme Style Inheritance is enabled by default. This ensures that supported Stackable blocks will automatically adopt the styles defined in your block theme’s theme.json
file.
However, to maintain backward compatibility, if you're upgrading from a lower version, Theme Style Inheritance will be disabled by default.
To enable Theme.json Support, navigate to Stackable Settings > Miscellaneous > Inherit Block Style from theme.json