Hi! I've been having this issue where my site's background image is shown as the background of my text-editing area in the editor. This has made writing things super hard. I've tried using Custom CSS to style it away, but my CSS doesn't seem to effect the editor.
I'm using the free OceanWP theme and plugin, which where I set the background. As well as a bunch of unrelated custom CSS that I wrote, none of my standard CSS touches the background image.
I've tried styling with: .editor-styles-wrapper, .default-wrapper, .editor-styles-wrapper, and .block-editor-writing-flow
The CSS I've tried is:
background-color: white !important;
backround-image: none !important;
I'm assuming this is a theme issue, but it feels like it should have to be a user mistake. It makes working on text so unbelievably hard I can't imagine they designed the them to do this.
Just remove the background image.