Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Inactive text blocks color in Gutenberg editor

Home / Forums / Kadence Blocks / Inactive text blocks color in Gutenberg editor

This topic is: Resolved
[Resolved]
Posted in: Kadence Blocks

Tagged: 

October 26, 2023 at 1:01 pm

When writing an article in the Gutenberg editor, the text color of inactive blocks is not readable. How can I change this?

The code causing this in the browser console:

.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) {
opacity: .2;
transition: opacity .1s linear;
}

I see this happening. How can I change this?

  • The forum ‘Kadence Blocks’ is closed to new topics and replies.