Definitely it can be done via custom CSS. But for that we need to check the front end where the background color is there.
Related Posts:
- Notion-like editing and layout with a convenient freeform collaborative editor in WordPress? [closed]
- Are there ways to make the Gutenberg editor wider? And the HTML-block higher?
- Add Shortcode inline inside Gutenberg block
- How to remove specific panels in the editor (Gutenberg) when editing a block (via right panel)?
- How to Disable auto id attributes in Heading tag?
- Is there any simple way to remove Gutenberg editor H1 H5 H6 and change the label for the rest H2 H3 H4?
- How `window.wp.oldEditor` is being set in the editor?
- Why is wordpress suddenly stripping away all newline characters and how to disable this?
- how can default_content filter tell if content will load in block editor or classic editor?
- How to Analyze Blocks and find Intersection and patterns between pages
- How to Batch Convert Gutenberg post to Classic post?
- Gutenberg dynamic block render_callback gives null for $post
- Block editor: content resets to the previous state in “Edit as HTML” by clicking somewhere outside of the editing window
- Layout Settings in the new Gutenberg editor
- How do I reinstate the “Add Block” feature that changes with the update?
- How to add “rel=nofollow” for links in latest version of WordPress?
- how to display gutenberg editor in a view
- How can i extend the existing Block Inspector Tabs in WordPress Gutenberg Editor?
- Gutenberg Group block missing Layout options
- WordPress Editor Missing Padding and Background Color?
- Block Style Not Applying in Editor
- Any way to set user role permissions in the site editor?
- What is the correct way to send Markdown code via the API?
- ACF Inside Interactivity block
- Embeds (YouTube, Spotify) Work Live but Won’t Load in Block Editor [closed]
- Enable Gutenberg on custom post type
- Where can I find the Gutenberg block icons?
- Add pre-publish conditions to the block editor
- How to filter or remove default panels in Gutenberg PrePublish Panel
- Forcing reload of editor-style.css
- Deactivate Gutenberg tips forever – not Gutenberg
- How does Gutenberg handle translations in React?
- Gutenberg editor add a custom category as wrapper for custom blocks
- Add To Gutenberg Sidebar
- How to detect the usage of Gutenberg
- Integrate Gutenberg as a Standalone App
- Help Unregistering a Core Block Type in Gutenberg
- How do I register multiple blocks with block.json and register_block_type_from_metadata?
- Remove block styles in the Block Editor
- Disable WYSIWYG editor only when creating a page
- Disable Gutenberg text-Settings in all blocks
- How do I get the current post ID within a Gutenberg/Block Editor block?
- Looking for all available options of Gutenberg Block
- Possible to use @wordpress/create-block with multiple blocks?
- Blocks: set a default value for a TextControl
- gutenberg block – how to force update after attribute changed?
- What is the advantage of ‘register_block_type’ (the PHP function) when creating custom blocks?
- How to trigger JS in gutenberg page load
- Allow excerpt for pages in Gutenberg?
- WordPress Gutenberg Embed Blocks Are Not Responsive
- Is there a list / reference for all current native WordPress blocks?
- Gutenberg: Block validation failed
- Set fullscreen mode by default
- How to query multiple post types inside Gutenberg options panel?
- How can I add a custom attribute to Gutenberg core blocks?
- Gutenberg extend core blocks
- Setting default font family with theme.json
- How can I access core/paragraph textColor in a block template
- (Gutenberg Block Editor) Using editor.BlockEdit filter, need to alter html/ CSS class of BlockEdit Component
- Add Button To Top Toolbar in Gutenberg
- Saving post meta using the new EntityProvider APIs
- Disable device preview options in the block editor
- Add additional classes to gutenberg .editor-styles-wrapper
- Implementing Gutenberg RichText onSplit / onReplace
- Change order/position of Gutenberg inspector control panel
- Get the current block ID
- Gutenberg Inspector Controls
- How to use the WordPress < LinkControl /> Component
- How to disable Gutenberg editor?
- What version of Gutenberg is included with WordPress?
- Implement Panel Color Inspector Control in Gutenberg
- Add Formatting Buttons to Gutenberg core/paragraph BlockControls
- How do you use __experimentalLayout to give innerblocks alignment control and default layout?
- WordPress Value of Undefined in Admin
- Remove border radius setting from the Gutenberg button block?
- Drag-and-drop “Panels”-style visual layout editor?
- Extending Gutenberg group block: How to properly combine multiple attributes?
- serialize_blocks breaking html tags in content
- All post types with getEntityRecords
- gutenberg dynamic block is returning 404
- Modify the core/paragraph block
- Add PHP block template to content using wp_insert_post
- The Block Editor: Disable “Color settings” in the specific block
- Required (mandatory) Gutenberg block
- How to use getBlockIndex
- Gutenberg reusable blocks – is it possible to customise an instance?
- How to add button to post page WordPress 5.x
- Gutenberg InspectorControls is deprecated, how to add custom block settings?
- Gutenberg “Add Block” button is not active (greyed out), cannot add new blocks
- Add classname to Gutenberg block wrapper in the editor?
- Gutenberg block editor – list of form components for custom blocks
- Hide or show Gutenberg custom block using date range
- How to disallow a certain custom gutenberg block outside of an InnerBlocks block?
- How should you internationalize javascript spread in multiple files but build in one?
- Use page Title in Gutenberg custom banner block
- Disable text tab on WordPress text-editor
- How to add code to `head` with WordPress 5.9 FSE (Full Site Editing)
- Why is onChange={ ( content ) => setAttributes( { content } )} now used?
- Serialize custom block with InnerBlock
- How to develop custom blocks without triggering validation errors