• Resolved raganation

    (@raganation)


    So if I change the page background colour to black and base font colour to white in the customizer, font colour gets applied in Gutenberg and I’m writing white on white.

    Is this a bug or am I doing something wrong?
    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author creativethemeshq

    (@creativethemeshq)

    @raganation, it is right that the font in the editor is changing the color, it reflects your customizations from the customizer.

    We didn’t took this use case (with dark background) in consideration yet… we will think for a solution and hope we will be able to cover this case.

    By the way, could you please share your website URL?

    Thread Starter raganation

    (@raganation)

    Thanks for your reply. I can work around this using one of the dark mode plugins, but a native fix would be nice of course. Loving blocksy so far, well done guys! can’t wait to see what premium will bring!
    PS. working in sandbox hence no link

    Any news on this?
    It’s marked as solved but the issue is still there.
    While this is still not fixed in the theme, is there a workaround to get readable text in Gutenberg while keeping white on the frontend?

    Theme Author creativethemeshq

    (@creativethemeshq)

    Hey @finomeno,
    We are really busy with other tasks at the moment, we plan to improve this but a little bit later.

    Meanwhile you could use this plugin – https://www.ads-software.com/plugins/wp-dark-mode/

    Let me know if this works for you.

    Thank you for the suggestion.
    I just added this to my child theme’s functions.php for now.

    add_action( 'admin_head', function () {
      echo '<style>body .editor-styles-wrapper .block-editor__typewriter {background-color: #ccc;}</style>';
    });
    Theme Author creativethemeshq

    (@creativethemeshq)

    Hi @finomeno,
    Glad you found an even easier solution for this ??

    We will try to integrate this behavior directly in Blocksy, if everything will be fine we will add this in the next update.

    Cheers.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Base font color applied in gutenberg’ is closed to new replies.