I’m experiencing a confusing behavior with the background color settings of a section/column and would like to understand whether this is intended behavior or a bug.
Context
- Theme: Cornerstone
- Component: Section → 1 Column
- Setting changed: Background Color
- Environment: WordPress backend editor + frontend preview
Issue
When I set the background color of the section to white (either via palette or manual hex, e.g. #ffffff), the background remains green on the frontend.
What’s strange:
- The color picker clearly shows white as selected
- Switching to other colors (e.g. blue) works as expected
- White specifically does not visually apply
- In DevTools, I can see the element, but the computed background color does not reflect the selected value
What I already checked
- No custom CSS overrides
- No global background styles intentionally set
- Happens even when selecting different whites (
#fff,#ffffff, palette “Color 7”) - Other sections behave differently, so it seems component-specific
Question
Is there:
- a predefined theme variable,
- a section preset,
- or a higher-priority style (e.g. overlay, theme background, accessibility mode, dark mode, etc.)
that overrides white backgrounds for this component?
If this is expected behavior, could someone point me to the exact setting or documentation that explains it?
If not, I’m happy to provide a minimal reproduction.
Thanks in advance for any clarification 



