WordPress 7.1 adds new background gradient controls at block level, which gives teams more design options but also adds more rendering paths to monitor. On a content team, the biggest mistake is to treat this as a purely visual update and skip functional checks.
The WordPress 7.1 note describes new background support details for gradient styles and new support paths across blocks. That can improve consistency in templates, but it also affects custom CSS assumptions and older child themes.
Why this matters for agencies and SME editors
There are two practical risks:
- legacy custom CSS may override new properties or be applied inconsistently across breakpoints;
- reusable patterns can preserve old visual assumptions while the underlying generated markup changes.
Neither risk is a full rollout blocker, but both can create “looks fine in desktop preview, broken in real edits” incidents if not tested before publish.
Test plan before you enable broader use
- Pick one template with a known visual style and duplicate it in a staging site.
- Apply gradient backgrounds in representative sections (hero, card, callout).
- Test on desktop and mobile with admin and theme colour previews.
- Check for accidental clipping, hover state shifts, and gradient inheritance in reusable blocks.
If a team also edits with GenerateBlocks or other builder blocks, include a pattern library page in this check. That catches inherited style regressions that do not appear in a single page test.
Related practical reading: GenerateBlocks form-replacement testing checklist.