Frame

Possibility to add Border, Shadow, and Corner Radius to almost all blocks. Resize the window to see responsive changes.

Available Tools

  • Border
  • Border Radius
  • Shadow

Enable in 3rd-party blocks

<?php
registerBlockType( 'my/block', {
    title: 'My block',
    supports: {
        ghostkit: {
            frame: true,
        }
    },
    ...
} );
Was this page helpful?