block-options
block-options copied to clipboard
Headings inside custom block appear white in editor
Support
Using version 1.31.9, headings inside of my custom block (which has the ‘has-background-color’ class, yet no explicit background color) appear white. I believe the cause is this CSS:
.has-background-color {
color:var(--wp--preset--color--background,#fff)!important;
}
I think there is an error here, as the color and not the background color is being set?
Details
- Support Author: stevygee1987
- Support Link: https://wordpress.org/support/topic/headings-inside-custom-block-appear-white-in-editor/
- Latest Activity: 3 days, 3 hours ago
- Spinup Sandbox Site: https://tastewp.com/new/?pre-installed-plugin-slug=block-options
Note: This support issue is created automatically via GitHub action.
It should be fixed, awaiting confirmation from the user.