Flavor Block Visibility
·
Adds responsive visibility toggles to every Gutenberg block. Hide blocks on Desktop, Tablet, or Mobile right from the Advanced panel.
Flavor Block Visibility adds three simple toggle switches to the Advanced panel of every Gutenberg block:
- Hide on Desktop — hides the block on large screens
- Hide on Tablet — hides the block on medium screens
- Hide on Mobile — hides the block on small screens
Features
- Works with every core and third-party Gutenberg block
- Controls appear in the native Advanced panel — no extra sidebars
- Customizable breakpoints via Settings → Block Visibility
- Lightweight — CSS is only loaded on pages that actually use visibility toggles
- Visual indicators in the editor show which blocks have visibility rules
- No JavaScript on the frontend — pure CSS media queries
- No build step required
- Clean uninstall — removes all plugin data
Default Breakpoints
- Mobile: 0 – 767px
- Tablet: 768px – 1024px
- Desktop: 1025px and above
Breakpoints can be customized in Settings → Block Visibility.
