{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Hexagon", "blockTypes": [ "core/image", "core/cover" ], "styles": { "css": ".wp-block-image.is-style-hexagon, .wp-block-cover.is-style-hexagon { clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important; overflow: hidden; } .wp-block-image.is-style-hexagon img, .wp-block-cover.is-style-hexagon .wp-block-cover__image-background, .wp-block-cover.is-style-hexagon .wp-block-cover__video-background { clip-path: inherit !important; }" } }